summaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2021-01-10 11:28:41 +0300
committerrinpatch <rinpatch@sdf.org>2021-01-10 11:28:41 +0300
commit6b28121897bb9e864176b47d20f5d386c23859e4 (patch)
tree85ab7c22b228d582fd98fe7ddce49db0978b6c0d /.formatter.exs
parentad5338a79c32feaefb77ae3b62ab8e2dbcdd2d5e (diff)
.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 (limited to '.formatter.exs')
-rw-r--r--.formatter.exs2
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"]
]