summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9c76c258703f7d9530586d0cd79d1117028eaa02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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