editorconfig: Update lua indent size

This commit is contained in:
The Hedgehog 2022-09-28 15:44:04 -04:00
parent 9ed6400b4e
commit bd866641fa
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -32,5 +32,5 @@ max_line_length = off
trim_trailing_whitespace = false
[*.lua]
indent_size = 4
indent_size = 2
indent_style = space