From c3d88c41934ce44f739401d37779204fa8960288 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 13 Apr 2026 01:21:16 +0200 Subject: [PATCH] Revert "chore: remove stylua config" This reverts commit d8ea0c60ad805966230361b2f1c160227d13914e. --- stylua.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..fc11b0b --- /dev/null +++ b/stylua.toml @@ -0,0 +1,10 @@ +column_width = 80 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 4 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = true