Updated .editorconfig

This commit is contained in:
KikooDX 2020-09-14 10:09:53 +02:00
parent 0a4dab8ee2
commit 7a760e67bb
1 changed files with 7 additions and 2 deletions

View File

@ -2,9 +2,14 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{c,h}]
indent_style = true
[*.lua]
indent_style = space
indent_size = 2