From fc225ee0717886f1aad26776975afc3f6c2af092 Mon Sep 17 00:00:00 2001 From: hakase Date: Sat, 19 Apr 2025 19:25:23 -0500 Subject: [PATCH] stylua changes --- .stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..ecb6dca --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "None"