Current section

Files

Jump to
exshome .formatter.exs
Raw

.formatter.exs

[
import_deps: [:phoenix],
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
plugins: [Phoenix.LiveView.HTMLFormatter]
]