root = true

[*]
trim_trailing_whitespace = true
charset = utf-8

[*.{c,h,cpp,hpp}]
indent_style = space
insert_final_newline = false

[{CMakeLists.txt, *.cmake}]
indent_style = space
tab_width = 4
insert_final_newline = false

# Exclude the third_party folder
[/deps/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
