diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 3ff67ef..bd050fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,4 @@ charset = utf-8 # 4 space indentation [*.lua] indent_style = space -indent_size = 4 +indent_size = 2 |