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