elixir-toy-service/elixir_toy_service/.formatter.exs

7 lines
225 B
Elixir
Raw Permalink Normal View History

2024-09-01 17:42:28 +00:00
[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]