Current section
Files
Jump to
Current section
Files
live_message
.formatter.exs
.formatter.exs
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: [
"*.{heex,ex,exs}",
"priv/*/seeds.exs",
"priv/*/samples.exs",
"{config,lib,test}/**/*.{heex,ex,exs}"
]
]