diff options
author | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
commit | e830931ff421e4380d5de8b1926842000ba9be34 (patch) | |
tree | 207584548026db649bc6ab21df3b41b71ebfd830 /.stylua.toml | |
parent | ef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 (diff) | |
download | nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.gz nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.bz2 nvim-e830931ff421e4380d5de8b1926842000ba9be34.zip |
Diffstat (limited to '.stylua.toml')
-rw-r--r-- | .stylua.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylua.toml b/.stylua.toml index b8adf58..81b31e4 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,3 +1,4 @@ indent_type = "Spaces" # Use spaces instead of tabs indent_width = 2 # Number of spaces per indent level quote_style = "ForceDouble" # Always use double quotes for strings +call_parentheses = "Always" |