format code by clang-format

This commit is contained in:
2023-07-31 23:12:24 +03:00
parent 13ca75a3bf
commit 7812b19878
4 changed files with 132 additions and 116 deletions
+4 -2
View File
@@ -2,7 +2,7 @@ root = true
[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
@@ -10,8 +10,10 @@ insert_final_newline = true
[{*.c,*.h}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4
[.gitmodules]
indent_style = tab