feat: Add editorconfig

Single format defined for all file types.
This commit is contained in:
sthag 2025-10-10 18:22:11 +02:00
parent a3656b86fe
commit 8ace5526bf

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = false
max_line_length = 120