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

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

[*.[ch]]
indent_size = 4