From 48e3a8b84df6bb0c3491772e3d4b82b124211564 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Tue, 16 Jun 2020 12:07:30 +0200 Subject: [PATCH] Add parens formatter exception rule for bgp function --- .formatter.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.formatter.exs b/.formatter.exs index 41d5ef9..00bbc7a 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,5 +1,6 @@ locals_without_parens = [ - defvocab: 2 + defvocab: 2, + bgp: 1 ] [