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

[*.py]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{c,cpp,h,hpp}]
indent_style = tab
tab_width = 8

[*.{cmake,txt}]
indent_style = tab
tab_width = 8

[{README,HACKING}]
indent_style = tab
tab_width = 8