diff --git a/.stylua.toml b/.stylua.toml index d5b1e23..bfcffff 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -3,5 +3,5 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = true +call_parentheses = "None" collapse_simple_statement = "Always"