aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-06-22 15:34:47 -0400
committerGitHub <noreply@github.com>2023-06-22 15:34:47 -0400
commit6967424521f3db0def39e4d73d13161121eb94b9 (patch)
treef673bd4771f93dbbf67675246aebe5abef9eab62
parente68ed2c44667255f1510cead134eec1fa39eea1a (diff)
parentbe90f025de58b08871d866eab8e4d3baeb9f4f97 (diff)
Merge pull request #344 from MariaSolOs/deprecated-stylua
Use call_parentheses = "None"
-rw-r--r--.stylua.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylua.toml b/.stylua.toml
index 5d12dbd..139e939 100644
--- a/.stylua.toml
+++ b/.stylua.toml
@@ -3,4 +3,4 @@ line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
-no_call_parentheses = true
+call_parentheses = "None"