From 5eb340dc142f48767a5565c7f4ee480f1fe5b47a Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Sat, 17 Dec 2022 12:24:19 +0100 Subject: [PATCH] add stylua config --- .stylua.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..7186828 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,5 @@ +indent_type = "Tabs" +indent_width = 3 +quote_style = "AutoPreferDouble" +call_parentheses = "NoSingleTable" +collapse_simple_statement = "ConditionalOnly"