diff options
-rw-r--r-- | stylua.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylua.toml b/stylua.toml index 3e5eed0..5a4c161 100644 --- a/stylua.toml +++ b/stylua.toml @@ -2,4 +2,4 @@ column_width = 80 indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = true +no_call_parentheses = false |