rust/src/doc/rustc-dev-guide/.editorconfig
2023-09-05 23:24:59 +09:00

10 lines
136 B
INI

root = true
[src/*]
end_of_line = lf
insert_final_newline = true
max_line_length = 100
[ci/*.sh]
indent_style = space
indent_size = 2