add editorconfig

This commit is contained in:
booty-bumping 2019-04-18 03:49:20 -06:00
parent 67c5790bd4
commit 0e2b3a9e91
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
[*.lua]
indent_style = space
indent_size = 1