You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
222 B

# 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