blob: 7b7f13751b0df05e0105ab95d681716cc01ff930 [file] [log] [blame]
Eric Anholtcc913772017-06-07 13:26:48 -07001# To use this config in your editor, follow the instructions at:
2# http://editorconfig.org
3
4root = true
5
6[*]
7tab_width = 8
8
9[{Makefile*,*.mk}]
10indent_style = tab
11
12[*.{c,h,cpp,hpp,cc,hh}]
13indent_style = tab
14indent_size = 8