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

[src/*]
end_of_line = lf
insert_final_newline = true
max_line_length = 100

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