Current section
Files
Jump to
Current section
Files
.formatter.exs
locals_without_parens = [
attr: 2,
attr: 3,
slot: 1,
slot: 2,
slot: 3
]
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter, Styler],
inputs: [
"{mix,.formatter}.exs",
"*.{heex,ex,exs}",
"{config,lib,test}/**/*.{heex,ex,exs}"
],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]