style: add and apply editorconfig

This commit is contained in:
Luca 2024-09-05 14:52:59 +02:00
parent 0d88c472fa
commit ecebc72d3b
2 changed files with 135 additions and 124 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.lua]
indent_style = space
indent_size = 4