philomena/.formatter.exs

7 lines
214 B
Elixir
Raw Normal View History

2019-08-14 20:32:32 -04:00
[
import_deps: [:ecto, :phoenix],
2024-05-01 22:46:57 -04:00
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
plugins: [Phoenix.LiveView.HTMLFormatter],
2019-08-14 20:32:32 -04:00
subdirectories: ["priv/*/migrations"]
]