18 lines
224 B
INI
18 lines
224 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c,h,cpp,hpp}]
|
|
indent_size = 4
|
|
|
|
[*.{md,yml}]
|
|
indent_size = 2
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
indent_size = 2
|