add .editorconfig and fix formatting

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