From c5d6c76f1174c68ca9112279193fd71ffcb67590 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 23 Aug 2024 18:12:14 -0500 Subject: [PATCH] Add Stylua config --- .stylua.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..915351c --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,8 @@ +column_width = 80 +indent_width = 2 +indent_type = "Spaces" +call_parentheses = "Always" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = false