From 4f57439f6a19a38ef879a7c4797c36803f715fec Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Thu, 29 Aug 2024 00:29:00 +0530 Subject: [PATCH] Add: stylua config --- .stylua.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..5ac9ac7 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,4 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 4