Add editorconfig

This commit is contained in:
sfan5
2025-02-12 16:27:40 +01:00
parent 4d320bbcf5
commit cd0f2a56d0

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true