root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.{cc,c,h}]
indent_style = tab
indent_size = 4
tab_width = 4

[{Makefile,Makefile.am}]
indent_style = tab

[configure.ac]
indent_style = space
indent_size = 4

[.travis.yml]
indent_style = space
indent_size = 2
