Add .editorconfig

Add .editorconfig
This commit is contained in:
x86byte
2026-06-30 11:15:43 +01:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[CMakeLists.txt]
indent_style = tab
indent_size = 4