• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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
15