editorconfig: set tab_width to 2 for lua files

This commit is contained in:
Thanabodee Charoenpiriyakij
2020-12-10 17:46:03 +07:00
committed by Kiyan
parent e22b109a1f
commit 48cb5b7d16

View File

@@ -8,6 +8,9 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.lua]
tab_width = 2
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8