Add .formatter.exs

This commit is contained in:
Martin Frost 2018-01-26 17:55:08 +01:00
parent 6e3b8a55ce
commit 1e620e0e84
1 changed files with 8 additions and 0 deletions

8
.formatter.exs Normal file
View File

@ -0,0 +1,8 @@
[
inputs: [
"test/**/*.{ex,exs}",
"lib/**/*.ex",
"mix.exs",
"config/*.exs",
]
]