summaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-09 15:02:27 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-09 15:02:27 +0200
commit782ca010fbc57025e4c69fa71085bb6997af23c5 (patch)
tree3d7f966848109e2e105d1962095cb1ccd93f166f /.formatter.exs
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..d2cda26
--- /dev/null
+++ b/.formatter.exs
@@ -0,0 +1,4 @@
+# Used by "mix format"
+[
+ inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
+]