summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 7b7f13751b0df05e0105ab95d681716cc01ff930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# To use this config in your editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
tab_width = 8

[{Makefile*,*.mk}]
indent_style = tab

[*.{c,h,cpp,hpp,cc,hh}]
indent_style = tab
indent_size = 8