diff options
| author | Maria José Solano <majosolano99@gmail.com> | 2023-06-16 21:12:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-16 21:12:11 -0700 |
| commit | e923e148a3df312034ec20d3b89b705180e5b0d8 (patch) | |
| tree | 7266f3a69f9148b6e5c57db7c67cc3dda7e57f8c /nvim/.stylua.toml | |
| parent | fdf2fda9deeb4b4283806b7634717f2593d29554 (diff) | |
| download | dots-e923e148a3df312034ec20d3b89b705180e5b0d8.tar.gz | |
Use call_parentheses
Diffstat (limited to 'nvim/.stylua.toml')
| -rw-r--r-- | nvim/.stylua.toml | 2 |
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" |