X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.formatter.exs;h=5799ac127aa70ed8856089106c704ca68f8a1958;hb=be48c1bafb0765675012c71d79a41ac490a964b7;hp=7fa95a6190189ee1602c5dd5ba039c10910e00a4;hpb=4ea1a61b008c932bc83fcd6cd07bb7f4c251204a;p=akkoma diff --git a/.formatter.exs b/.formatter.exs index 7fa95a619..5799ac127 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,3 +1,3 @@ [ - inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs"] + inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/scrubbers/*.ex"] ]