From 78c524e19daabcb07e834a4bca6afa670fdfd3de Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 6 May 2023 19:00:26 +0100 Subject: [PATCH] project: add stylua configuration --- .stylua.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..394e884 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1 @@ +indent_type = "Spaces"