Added .editorconfig

This commit is contained in:
2025-08-01 05:16:49 +02:00
parent 9db30c0194
commit 56fdad7fd4

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# Top-most EditorConfig file
root = true
# Use same style for all files
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true