root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cpp,h,hpp,glsl}]
indent_style = tab
indent_size = 4
charset = utf-8

[{CMakeLists,*.cmake}]
indent_style = space
indent_size = 2
charset = utf-8
