2024-11-05 13:51:48 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2024-12-23 17:59:00 +00:00
|
|
|
[*.{c,h,py}]
|
2024-11-05 13:51:48 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[CMakeListst.txt]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 8
|