add editorconfig file (#1947)
parent
1edd1d87b8
commit
c81d439cb6
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
# EditorConfig is awesome: https://EditorConfig.org |
||||
|
||||
root = true |
||||
|
||||
[*.lua] |
||||
indent_style = space |
||||
indent_size = 4 |
||||
end_of_line = lf |
||||
insert_final_newline = true |
Loading…
Reference in new issue