2021-07-09 17:12:36 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
max_line_length = 80
|
|
|
|
end_of_line = lf
|
|
|
|
trim_trailing_whitespace = true
|
2022-04-19 16:40:37 +03:00
|
|
|
insert_final_newline = true
|
2021-07-09 17:12:36 +03:00
|
|
|
|
|
|
|
[*.{c,h}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
tab_width = 4
|
|
|
|
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2022-04-19 16:40:37 +03:00
|
|
|
tab_width = 4
|