From ad97ce229cbb91cd9d1de38815c9fddb4749c3df Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 11 Feb 2024 14:01:16 +0530 Subject: [PATCH] setup stylua --- stylua.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..0435f67 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,2 @@ +indent_type = "Spaces" +indent_width = 2