From 82485e5ab03d06644aa4a83333c565e4eb3bd2a1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 May 2023 12:26:28 +0100 Subject: [PATCH] Add stylua file --- .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 0000000..440061b --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +call_parentheses = "None" +collapse_simple_statement = "Always"