Add .editorconfig

This commit is contained in:
Lewis Russell 2021-02-07 12:39:31 +00:00
parent 25d5b843bd
commit 8ee75dcd3c
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[{*.lua,*.tl,}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab