From 5054aca720c8542faf4202d7a1067ac38eb70028 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Tue, 17 May 2022 14:54:14 +0900 Subject: Add the :normalize_bitstring_modifiers formatter option (#11840) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrea Leopardi Co-authored-by: José Valim --- .formatter.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.formatter.exs') diff --git a/.formatter.exs b/.formatter.exs index a4cfa93b4..026e9e293 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -14,5 +14,6 @@ # Errors tests assert_eval_raise: 3 - ] + ], + normalize_bitstring_modifiers: false ] -- cgit v1.2.1