7 lines
142 B
Elixir
7 lines
142 B
Elixir
# Used by "mix format"
|
|
[
|
|
import_deps: [:phoenix],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["{mix,lib,test}/**/*.{ex,exs}"]
|
|
]
|