From 923243d14ab0e21f20288400b9cbdc43b7e801b6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 22 Mar 2023 19:17:10 +0800 Subject: [PATCH] editorconfig: update formatting options for Lua files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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