X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.formatter.exs;h=abd91dbbe010502fd9339a7542b55051f1487fd5;hb=1f5bc4d68a41dd03370d5e6479cf4a4961fe2787;hp=2bed17cc0dfe5243834356d81d5e8b8ec4e0431c;hpb=62a2287bba87932339321dae944408781387fa2c;p=akkoma diff --git a/.formatter.exs b/.formatter.exs index 2bed17cc0..abd91dbbe 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,3 +1,3 @@ [ - inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"] + inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/repo/optional_migrations/**/*.exs", "priv/scrubbers/*.ex"] ]