Files
music_library/.formatter.exs
T
Claudio Ortolina 6f300ef1f0 Load phoenix_live_view in formatter config
Fixes this error thrown by ElixirLS when trying to format code:

** (Mix.Error) Formatter plugin Phoenix.LiveView.HTMLFormatter cannot be found
2024-09-15 20:28:39 +01:00

7 lines
245 B
Elixir

[
import_deps: [:ecto, :ecto_sql, :phoenix, :phoenix_live_view],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]