Add .editorconfig

This commit is contained in:
Jean-Patrick Guerrero 2021-07-05 03:32:31 +02:00
parent 4ca50e846d
commit 970220c561
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
[*]
end_of_line = lf
[*.{lua,txt,md,json}]
charset = utf8
indent_size = 8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true