add EditorConfig

This commit is contained in:
2024-07-20 21:22:07 +02:00
parent ae2b0c6232
commit 229f57a888
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.{c,h},Kbuild,Makefile}]
indent_style = tab
indent_size = 8