From 598d4aa81190509aebe76d441ec636e215499a0d Mon Sep 17 00:00:00 2001 From: vaisest <4550061+vaisest@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:42:06 +0300 Subject: [PATCH] Prevent formatter config from messing up modparser.lua --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 91d7bf8747d..22341171836 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,5 @@ trim_trailing_whitespace = false indent_style = tab max_line_length = 360 -align_array_table = false \ No newline at end of file +align_array_table = false +align_continuous_rect_table_field = false \ No newline at end of file