aboutsummaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-15 06:17:25 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-15 06:17:25 -0600
commita106c948c2056cb855ae6603842c5c165f03d716 (patch)
treea3b94b924ebf3d487ce3a14b7c1f1b3eae7b0610 /.formatter.exs
downloadhope-a106c948c2056cb855ae6603842c5c165f03d716.tar.gz
hope-a106c948c2056cb855ae6603842c5c165f03d716.zip
initialize Elixir projectelixir
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..d2cda26
--- /dev/null
+++ b/.formatter.exs
@@ -0,0 +1,4 @@
+# Used by "mix format"
+[
+ inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
+]