Current section
Files
Jump to
Current section
Files
live_cache
.formatter.exs
.formatter.exs
# Used by "mix format"
[
import_deps: [:phoenix_live_view],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]