Current section

Files

Jump to
pyro .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
pyro_locals_without_parens = [
set: 2,
live_routes_for: 3
]
[
import_deps: [:phoenix],
locals_without_parens: pyro_locals_without_parens,
export: [
locals_without_parens: pyro_locals_without_parens
],
plugins: [Phoenix.LiveView.HTMLFormatter, Styler],
inputs: [
"*.{heex,ex,exs}",
"{config,lib}/**/*.{heex,ex,exs}",
"storybook/*.{heex,ex,exs}",
"storybook/{config,lib,storybook}/**/*.{heex,ex,exs}"
]
]