From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- .stylua.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stylua.toml (limited to '.stylua.toml') diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..b8adf58 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,3 @@ +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 -- cgit v1.2.1