rustc-dev-guide/.editorconfig

11 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