From 4770626aec8340b6107c1aeec0462c3da765e1a2 Mon Sep 17 00:00:00 2001 From: olimorris Date: Thu, 3 Mar 2022 21:13:06 +0000 Subject: [PATCH] chore: add stylua.toml --- 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..0f90030 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +indent_width = 2 +column_width = 120