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"