aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsitiom <sitiom@disroot.org>2022-07-02 19:32:20 +0800
committerGitHub <noreply@github.com>2022-07-02 19:32:20 +0800
commitf2262fb54a2b95afee9a2941a492c2ea69e99083 (patch)
tree4a8fa217f5eb1bd02e674ba5f2943e273d4a68dd
parentfix #13 (diff)
stylua: `no_call_parentheses` -> `call_parentheses`
-rw-r--r--.stylua.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylua.toml b/.stylua.toml
index 0fd4cb5..ecb6dca 100644
--- a/.stylua.toml
+++ b/.stylua.toml
@@ -3,4 +3,4 @@ line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
-no_call_parentheses = false
+call_parentheses = "None"