live_beats/.formatter.exs

7 lines
214 B
Elixir
Raw Permalink Normal View History

2021-09-02 18:00:57 +00:00
[
import_deps: [:ecto, :phoenix],
2022-03-18 15:13:29 +00:00
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter]
2021-09-02 18:00:57 +00:00
]