summaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorsabiwara <sabiwara@gmail.com>2022-05-17 14:54:14 +0900
committerGitHub <noreply@github.com>2022-05-17 07:54:14 +0200
commit5054aca720c8542faf4202d7a1067ac38eb70028 (patch)
tree0a520037e05003f6eb712dce423290f4d2ea4537 /.formatter.exs
parent3388d37de62fc159caa3a1c5e39b6104e8990402 (diff)
downloadelixir-5054aca720c8542faf4202d7a1067ac38eb70028.tar.gz
Add the :normalize_bitstring_modifiers formatter option (#11840)
Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com> Co-authored-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to '.formatter.exs')
-rw-r--r--.formatter.exs3
1 files changed, 2 insertions, 1 deletions
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
]