Skip to content

Commit a588895

Browse files
authored
Mix format (#232)
Since the minimum Elixir version is 1.7+, we should mix format the the whole module.
1 parent 071b7d8 commit a588895

15 files changed

+491
-259
lines changed

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Used by "mix format"
2+
[
3+
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
4+
]

0 commit comments

Comments
 (0)