From 03b41cebba297d8d5b872949876ca151aeaa71a0 Mon Sep 17 00:00:00 2001 From: Benjamin Milde Date: Sun, 12 Jul 2020 18:16:33 +0200 Subject: [PATCH] Update .formatter.exs (#963) --- .formatter.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.formatter.exs b/.formatter.exs index 9036e6ff..243478f9 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -9,6 +9,8 @@ export_locals_without_parens = [ match: 3, get: 2, get: 3, + head: 2, + head: 3, post: 2, post: 3, put: 2,