Skip to content

Commit a301a1b

Browse files
authored
Merge pull request #50 from woylie/patch-3
Create .formatter.exs
2 parents 4e4102c + 26aaf9c commit a301a1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.formatter.exs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
inputs: [
3+
"mix.exs",
4+
"{config,lib,test}/**/*.{ex,exs}"
5+
],
6+
line_length: 80
7+
]

0 commit comments

Comments
 (0)