ezcontainer_example/.formatter.exs

7 lines
225 B
Elixir
Raw Permalink Normal View History

2023-10-24 23:23:57 -04:00
[
2023-10-25 04:48:36 -04:00
import_deps: [:ecto, :ecto_sql, :phoenix],
2023-10-24 23:23:57 -04:00
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]