summaryrefslogtreecommitdiffstats
path: root/nvim
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
commite923e148a3df312034ec20d3b89b705180e5b0d8 (patch)
tree7266f3a69f9148b6e5c57db7c67cc3dda7e57f8c /nvim
parentfdf2fda9deeb4b4283806b7634717f2593d29554 (diff)
downloaddots-e923e148a3df312034ec20d3b89b705180e5b0d8.tar.gz
Use call_parentheses
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.stylua.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml
index 5d12dbd..139e939 100644
--- a/nvim/.stylua.toml
+++ b/nvim/.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"