Skip to content

Commit 26aaf9c

Browse files
authored
Create .formatter.exs
1 parent b433d31 commit 26aaf9c

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)