Current section
Files
Jump to
Current section
Files
.formatter.exs
# Used by "mix format"
[
plugins: [Phoenix.LiveView.HTMLFormatter],
import_deps: [:phoenix, :phoenix_live_view],
inputs: [
"{mix,.formatter}.exs",
"{config,lib,test}/**/*.{heex,ex,exs}",
"priv/storybook/**/*.exs"
],
line_length: 80,
locals_without_parens: [slot: 2]
]