X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.formatter.exs;h=abd91dbbe010502fd9339a7542b55051f1487fd5;hb=50ee38128bf5a03acf4607b61187a8a0c08077a6;hp=7fa95a6190189ee1602c5dd5ba039c10910e00a4;hpb=d7f9679ff2c9c4bd2b9967d7a32b5a4fe145305e;p=akkoma diff --git a/.formatter.exs b/.formatter.exs index 7fa95a619..abd91dbbe 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/repo/optional_migrations/**/*.exs", "priv/scrubbers/*.ex"] ]