rustc-dev-guide/.editorconfig

10 lines
114 B
INI

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