root = true
[*]
tab_width = 8
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{CMake*,*.cmake,*.cmake.in}]
indent_style = tab
[CMake*.json]
indent_style = space
indent_size = 2
[Makefile*]
indent_style = tab
indent_size = 8
[*.{py,py.in}]
indent_style = space
indent_size = 4
[*.lemon]
indent_style = space
indent_size = 4
[*.wx?]
indent_style = space
indent_size = 2
[*.ns[ih]]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.adoc]
indent_style = space
indent_size = 4
[*.gv]
indent_style = space
indent_size = 4
[*.{c,cpp,h,m}]
indent_style = space
indent_size = 4
[*.l]
indent_style = tab
indent_size = 8