root = true

[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{cpp,hpp,cc,hh,c,h,ixx,cppm}]
indent_size = 4
max_line_length = 120

[*.{cmake,txt,CMakeLists.txt}]
indent_size = 2

[CMakePresets.json]
indent_size = 2

[*.{yml,yaml}]
indent_size = 2

[*.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
