From f517ba1bf3837c89f329e62148b927811f5aa2fe Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Tue, 27 Aug 2024 12:48:58 +0200 Subject: [PATCH] Add extra pint rule --- pint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pint.json b/pint.json index b5a32c81e..679f751ec 100644 --- a/pint.json +++ b/pint.json @@ -3,7 +3,7 @@ "rules": { "binary_operator_spaces": { "operators": { - "=>": "align" + "=>": "align_single_space_minimal" } }, "is_null": true,