aboutsummaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-04 13:49:53 +0100
committerGuillermo Ramos2020-02-04 14:20:23 +0100
commit1566a2fcba0676cf54dde2b04702a320d9f1edcd (patch)
tree1d6b378f2d5192fbc3f9446ba9a0cd6e8af2c4c7 /.formatter.exs
downloadwaev-1566a2fcba0676cf54dde2b04702a320d9f1edcd.tar.gz
Initial commit
Diffstat (limited to '.formatter.exs')
-rw-r--r--.formatter.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.formatter.exs b/.formatter.exs
new file mode 100644
index 0000000..4761678
--- /dev/null
+++ b/.formatter.exs
@@ -0,0 +1,4 @@
+[
+ import_deps: [:phoenix],
+ inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"]
+]