From 30446e30d15dcfa48d74fcaf3787b7a5226c8079 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Wed, 14 Jun 2023 12:07:59 +0100 Subject: [PATCH] chore: update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7235de1..677eef6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[{*.lua,*.tl,}] +[*.lua] indent_style = space indent_size = 2