aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
blob: 5697a9774d22cbe78ea2d651a85520e5e31a002b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{c,h}]
indent_style = space
indent_size = 3

[Makefile]
indent_style = tab