tools: add more formatting config

This commit is contained in:
2026-05-11 07:28:08 +02:00
parent 97f768f65e
commit d85c5b47b6
3 changed files with 27 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
indent_size = 2
[{Makefile.*,Makefile}]
indent_style = tab
indent_size = 2