[*]
tab_width = 8
charset = utf-8
indent_style = space
insert_final_newline = true

[*.{c,h}]
indent_size = 4

[Makefile]
indent_style = tab
