chore: update editorconfig

This commit is contained in:
mvllow 2023-01-13 14:11:12 -05:00
commit b33cdf76cd

View file

@ -7,6 +7,6 @@ indent_style = tab
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.lua] [*.{yaml,yml}]
indent_size = 3 indent_size = 2
indent_style = tab indent_style = space