From ab9f750771ff83b71d84ee7354f86645a74337c0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 7 May 2025 22:57:47 +0200 Subject: [PATCH] fix formating --- .stylua.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylua.toml b/.stylua.toml index 139e939..edfa506 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -4,3 +4,4 @@ indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" call_parentheses = "None" +collapse_simple_statement = "Always"