From 6df5b3d8bf27c14d96536d4b98ffa55c751ad986 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 5 Jan 2025 07:16:43 +0000 Subject: [PATCH] Add .stylua.toml back --- .stylua.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 00000000..440061b0 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +call_parentheses = "None" +collapse_simple_statement = "Always"