summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 6ef371a7f36aafc3dd502a6c9f216fccff35c626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# EditorConfig : http://EditorConfig.org

root = true

[Makefile]
indent_style = tab

[CMakeLists.txt]
indent_style = tab
indent_size = 4

[*.{c,h}]
indent_style = space
indent_size = 4
tab_width = 8