diff --git a/.editorconfig b/.editorconfig index c7a90df..1d63ca0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*.snippets] indent_size = 2 indent_style = space + +[*.lua] +indent_size = 2 +indent_style = space