From 6bd62ad7bfcf784fb94de7ae09087aa8e2db1985 Mon Sep 17 00:00:00 2001 From: AquarHEAD Lou Date: Tue, 4 Sep 2018 19:10:10 +0000 Subject: [PATCH] Add set/1 to formatter ignore --- .formatter.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.formatter.exs b/.formatter.exs index af18a3c4..206df368 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -14,7 +14,8 @@ option: 2, option: 3, option: 4, - require_global: 1 + require_global: 1, + set: 1 ] ] ]