editorconfig: update formatting options for Lua files

This commit is contained in:
Gabriel Arazas 2023-03-22 19:17:10 +08:00
parent 95da682a64
commit 923243d14a

View File

@ -3,3 +3,7 @@ root = true
[*.snippets]
indent_size = 2
indent_style = space
[*.lua]
indent_size = 2
indent_style = space