aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidhanth Rathod <siduck@tutanota.com>2022-08-07 07:06:40 +0530
committerGitHub <noreply@github.com>2022-08-07 07:06:40 +0530
commitdbfe23a7855c64cfb794674144b528b91a3cd086 (patch)
tree7563504db689234a863cf361f15e9d5abbe526c4
parentformat files (diff)
parentstylua: `no_call_parentheses` -> `call_parentheses` (diff)
Merge pull request #5 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 df96b7b..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 = true
+call_parentheses = "None"