.formatter.exs: Format optional migrations
authorrinpatch <rinpatch@sdf.org>
Sun, 10 Jan 2021 08:28:41 +0000 (11:28 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 10 Jan 2021 08:28:41 +0000 (11:28 +0300)
(There are no changes to optional migrations since they were manually
formatted in https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3207)

.formatter.exs

index 5799ac127aa70ed8856089106c704ca68f8a1958..abd91dbbe010502fd9339a7542b55051f1487fd5 100644 (file)
@@ -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"]
 ]