From d8ea0c60ad805966230361b2f1c160227d13914e Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 10 Apr 2026 15:36:46 +0200 Subject: [PATCH] chore: remove stylua config --- stylua.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml deleted file mode 100644 index fc11b0b..0000000 --- a/stylua.toml +++ /dev/null @@ -1,10 +0,0 @@ -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