From 4fe7ccae73b0924b48dd16d26bb1f89a643adc54 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 9 Oct 2023 11:34:23 +0200 Subject: [PATCH] build(format): sort requires --- stylua.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylua.toml b/stylua.toml index 5d6c50dc..9732fe64 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,3 +1,6 @@ indent_type = "Spaces" indent_width = 2 -column_width = 120 \ No newline at end of file +column_width = 120 +[sort_requires] +enabled = true +