aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 5fb29bf49e4339dcb3dcaccab121c809c4dc07f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.cpp]
indent_style = space
indent_size = 2

[*.h]
indent_style = space
indent_size = 2

[*.hpp]
indent_style = space
indent_size = 2

[*.cmake]
indent_style = tab
indent_size = 4

[CMakeLists.txt]
indent_style = tab
indent_size = 4