feat: add .editorconfig

This commit is contained in:
natct 2024-10-29 18:04:22 +01:00
parent 3abc683f45
commit c3c6700f17

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true