X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.formatter.exs;h=7fa95a6190189ee1602c5dd5ba039c10910e00a4;hb=fa97eddf8a7e5c3a0ed51eff562d6592bd478b95;hp=2bed17cc0dfe5243834356d81d5e8b8ec4e0431c;hpb=2d775bf1be5ddf0a8c5553ef15dde55c2483c1d4;p=akkoma diff --git a/.formatter.exs b/.formatter.exs index 2bed17cc0..7fa95a619 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"] ]