Add .formatter.exs
This commit is contained in:
parent
6e3b8a55ce
commit
1e620e0e84
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
inputs: [
|
||||
"test/**/*.{ex,exs}",
|
||||
"lib/**/*.ex",
|
||||
"mix.exs",
|
||||
"config/*.exs",
|
||||
]
|
||||
]
|
||||
Loading…
Reference in New Issue