diff options
author | rinpatch <rinpatch@sdf.org> | 2021-01-10 11:28:41 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-10 11:28:41 +0300 |
commit | 6b28121897bb9e864176b47d20f5d386c23859e4 (patch) | |
tree | 85ab7c22b228d582fd98fe7ddce49db0978b6c0d | |
parent | ad5338a79c32feaefb77ae3b62ab8e2dbcdd2d5e (diff) | |
download | pleroma-6b28121897bb9e864176b47d20f5d386c23859e4.tar.gz |
.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)
-rw-r--r-- | .formatter.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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"] ] |