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