add .editorconfig and fix formatting

This commit is contained in:
2026-05-07 16:57:34 +02:00
parent 95a91d9aca
commit dd95c144f3
7 changed files with 53 additions and 42 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.{html.jinja,css,txt}}]
indent_style = tab
indent_size = 4