summaryrefslogtreecommitdiffstats
path: root/.stylua.toml
diff options
context:
space:
mode:
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"