aboutsummaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-01 20:41:48 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-01 20:41:48 -0600
commitffa3d553f693494c218a0244c946ba83dfbf7cd1 (patch)
tree092a824dad118c37960ab67da98cdbc445a35d2b /.formatter.exs
downloadtronglessh-ffa3d553f693494c218a0244c946ba83dfbf7cd1.tar.gz
tronglessh-ffa3d553f693494c218a0244c946ba83dfbf7cd1.zip
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}"]
+]