diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000000..ecd6f5ee38 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,10 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +call_parentheses = "Always" +collapse_simple_statement = "Always" + +[sort_requires] +enabled = true