summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: d84611d0f1376865b4852f9289231bf5fbe4f348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://editorconfig.org

[*]
end_of_line = lf
insert_final_newline = true

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

[*.xml]
indent_style = space
indent_size = 2