Basic editorconfig file

This commit is contained in:
AFCMS 2022-12-09 21:06:59 +01:00 committed by Gitea
parent 1859f44bd6
commit 3a619ba8e4
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
[*.lua]
charset = utf8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
keep_one_space_between_table_and_bracket = false
spaces_around_operators = true