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

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

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

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

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