From ba775276324b75e4f703cd63fea3cfe7726514de Mon Sep 17 00:00:00 2001 From: sitiom Date: Tue, 26 Jul 2022 23:42:42 +0800 Subject: [PATCH] chore(stylua): `no_call_parentheses` -> `call_parentheses` --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"