X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.formatter.exs;h=5799ac127aa70ed8856089106c704ca68f8a1958;hb=aa848cbd75361503d7aa4a18f0f5b7c518f6631a;hp=7fa95a6190189ee1602c5dd5ba039c10910e00a4;hpb=6355694309b0bad3687a8a7820b81ebf6625751d;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"] ]