aboutsummaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
Diffstat (limited to '.formatter.exs')
-rw-r--r--.formatter.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.formatter.exs b/.formatter.exs
new file mode 100644
index 0000000..abd91db
--- /dev/null
+++ b/.formatter.exs
@@ -0,0 +1,3 @@
+[
+ inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/repo/optional_migrations/**/*.exs", "priv/scrubbers/*.ex"]
+]