blob: 9c76c258703f7d9530586d0cd79d1117028eaa02 [file] [log] [blame]
root = true
[*]
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[**/CMakeLists.txt]
indent_size = 2
[*.json]
ident_size = 2
[*.{c,h}]
cpp_indent_within_parentheses = align_to_parenthesis
cpp_indent_preserve_within_parentheses = true
cpp_space_pointer_reference_alignment = right
cpp_indent_preserve_comments = true