Current section
Files
Jump to
Current section
Files
.formatter.exs
locals_without_parens = [
live_resources: 2,
live_resources: 3
]
[
line_length: 120,
import_deps: [:ecto, :phoenix, :ash, :ash_postgres],
plugins: [TailwindFormatter, Phoenix.LiveView.HTMLFormatter, Quokka],
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens],
quokka: [
exclude: [
:module_directives
]
]
]