logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 6b28121897bb9e864176b47d20f5d386c23859e4
parent ad5338a79c32feaefb77ae3b62ab8e2dbcdd2d5e
Author: rinpatch <rinpatch@sdf.org>
Date:   Sun, 10 Jan 2021 11:28:41 +0300

.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)

Diffstat:

M.formatter.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"] ]