about summary refs log tree commit diff
path: root/.editorconfig
blob: 145dc374019dfa6f55450aa3eadf0f80155001d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Top-most editorconfig file

root = true

[*]
end_of_line = lf
tab_width   = 8
indent_size = 2

[*.[ch]]
indent_size = 4