aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidhanth Rathod <siduck@tutanota.com>2022-07-02 17:44:14 +0530
committerGitHub <noreply@github.com>2022-07-02 17:44:14 +0530
commit0612cf95f4c5a36585c84f2b1fbd2815d4cdf903 (patch)
tree4a8fa217f5eb1bd02e674ba5f2943e273d4a68dd
parentfix #13 (diff)
parentstylua: `no_call_parentheses` -> `call_parentheses` (diff)
Merge pull request #14 from sitiom/patch-1
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"