root=true

[*]
indent_style = space
indent_size = 4
max_line_length = 80

[*.{c,cc,cpp,h,hh}]
indent_size = 4
indent_style = space

[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab