From: rinpatch Date: Sun, 10 Jan 2021 08:28:41 +0000 (+0300) Subject: .formatter.exs: Format optional migrations X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=6b28121897bb9e864176b47d20f5d386c23859e4;hp=ad5338a79c32feaefb77ae3b62ab8e2dbcdd2d5e;p=akkoma .formatter.exs: Format optional migrations (There are no changes to optional migrations since they were manually formatted in https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3207) --- 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"] ]