7 lines
166 B
Elixir
7 lines
166 B
Elixir
[
|
|
import_deps: [:phoenix],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
|
line_length: 128
|
|
]
|