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