summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/.editorconfig
blob: cb3312517e2fddb1e95ef9b4e025050abcef4c9d (plain)
1
2
3
4
5
6
7
8
9
root = true

[src/*]
end_of_line = lf
insert_final_newline = true

[ci/*.sh]
indent_style = space
indent_size = 2