# 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_size = 8