From d0cd5714a2746b90eb62a914dfd5b87edf0671b3 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 2 Jul 2022 19:24:37 +0800 Subject: [PATCH] Update stylua option: `no_call_parentheses` -> `call_parentheses` --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylua.toml b/.stylua.toml index e9bf648..f4c1cee 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -3,4 +3,4 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 3 quote_style = "AutoPreferDouble" -no_call_parentheses = true +call_parentheses = "None"