summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 372335d7619d59029b54b902f984a4f4f91db03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*]
charset = utf-8
end_of_line = lf

[*.[ch]]
indent_style = tab
insert_final_newline = true
max_line_length = 100
tab_width = 8

[CMakeLists.txt]
indent_style = tab
tab_width = 8