style: Add .editorconfig

This commit is contained in:
Bendodroid 2026-07-25 22:50:53 +02:00
commit abde10bfc9

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = tab
tab_width = 4