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

[*.{cc,hpp,inl}]
indent_size = 4
tab_width = 4
indent_style = space

[*.{pro,pri}]
indent_size = 4
tab_width = 4
indent_style = space

[*.{md,markdown}]
indent_size = 2
tab_width = 2
indent_style = space