From e13d9d10eb00452772da5cfe9f845259fe2b910e Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Fri, 12 Jan 2024 22:27:43 +0100 Subject: [PATCH] change default import sorting to 'length' --- src/Integrations/Pint/pint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Integrations/Pint/pint.json b/src/Integrations/Pint/pint.json index 2964efd..eaaf095 100644 --- a/src/Integrations/Pint/pint.json +++ b/src/Integrations/Pint/pint.json @@ -30,7 +30,7 @@ "anonymous_class": false }, "ordered_imports": { - "sort_algorithm": "alpha", + "sort_algorithm": "length", "imports_order": [ "const", "class",