From e830931ff421e4380d5de8b1926842000ba9be34 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 31 May 2025 03:32:58 -0400 Subject: wozers --- .stylua.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.stylua.toml') 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" -- cgit v1.2.1