This commit is contained in:
Gavin McDonald
2018-11-11 11:27:25 -05:00
commit 5e537d6895
9 changed files with 191 additions and 0 deletions

4
.formatter.exs Normal file
View File

@@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
]