chore: add .editorconfig file

This commit is contained in:
Wolfgang Walther
2025-03-28 09:22:34 +00:00
parent fc01a72f4e
commit 139acb4251
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true