philomena/.formatter.exs

7 lines
214 B
Elixir
Raw Normal View History

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