Add an EditorConfig file

See https://editorconfig.org/ for more information.
This commit is contained in:
Hugo Locurcio 2019-02-21 23:12:47 +01:00
parent 87be9a6a59
commit 9dc3378f65
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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