Add editorconfig

This commit is contained in:
Andras Schmelczer 2025-04-02 22:06:29 +01:00
commit ea76c5ecc6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 15 additions and 5 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4