aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2023-06-16 21:12:11 -0700
committerGitHub <noreply@github.com>2023-06-16 21:12:11 -0700
commitbe90f025de58b08871d866eab8e4d3baeb9f4f97 (patch)
treed1c2f4aafe9d687121edfe7bd4edf9ec170f555f
parent8064bb63c5ec973bcd8e114c2984475a77981465 (diff)
Use call_parentheses
-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"