summaryrefslogtreecommitdiffstats
path: root/.stylua.toml
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-05-31 03:32:58 -0400
committerSquibid <me@zacharyscheiman.com>2025-05-31 03:32:58 -0400
commite830931ff421e4380d5de8b1926842000ba9be34 (patch)
tree207584548026db649bc6ab21df3b41b71ebfd830 /.stylua.toml
parentef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 (diff)
downloadnvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.gz
nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.bz2
nvim-e830931ff421e4380d5de8b1926842000ba9be34.zip
Diffstat (limited to '.stylua.toml')
-rw-r--r--.stylua.toml1
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"