Packages

Automatically render UI for Ash resources via DSL configuration.

Current section

Files

Jump to
ash_pyro_components .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
import_deps: [:phoenix, :pyro, :ash, :ash_pyro],
plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter, Styler],
inputs: ["*.{heex,ex,exs}", "{config,lib}/**/*.{heex,ex,exs}"]
]