aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsitiom <sitiom@disroot.org>2022-07-02 19:30:53 +0800
committerGitHub <noreply@github.com>2022-07-02 19:30:53 +0800
commit32c1ca7ce163ca4d013edfb063a8931821424782 (patch)
tree3ac6cfc88fba064358f36c7c5a84788a2b19b4f8
parentMerge pull request #2 from br1anchen/master (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 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"