From f8a7a008b2012872d0856ead2c3f43ac86e94b58 Mon Sep 17 00:00:00 2001 From: Guennadi Maximov C Date: Mon, 22 Sep 2025 00:20:17 -0600 Subject: [PATCH] chore: update StyLua config Signed-off-by: Guennadi Maximov C --- .stylua.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index c32de68..543f16e 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,7 +1,12 @@ +syntax = "LuaJIT" column_width = 120 line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = false -syntax = "Lua52" +call_parentheses = "Always" +space_after_function_names = "Never" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = false