summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 391a6cd461913f477deccb52d8f3bddfac20d89d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# EditorConfig is awesome: http://EditorConfig.org
root = true

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

[*.sh]
indent_style = space
indent_size = 4

[{.travis.yml,CMakeLists.txt}]
indent_style = space
indent_size = 4

[*.md]
indent_style = space
indent_size = 2
max_line_width = 72