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