1# Top-most editorconfig file
2
3root = true
4
5[*]
6end_of_line = lf
7tab_width   = 8
8indent_size = 2
9
10[*.[ch]]
11indent_size = 4
12