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
trim_trailing_whitespace = true
[*.lua]
indent_size = 3
indent_style = tab
[*.{yaml,yml}]
indent_size = 2
indent_style = space