add editorconfig

This commit is contained in:
2026-02-19 18:48:38 +01:00
parent 8a1a5ac000
commit acd8e8a52a

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true