memEx/.formatter.exs

7 lines
225 B
Elixir
Raw Permalink Normal View History

2021-03-11 21:12:55 -05:00
[
2023-04-13 23:29:29 -04:00
import_deps: [:ecto, :ecto_sql, :phoenix],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
2022-01-22 14:44:52 -05:00
subdirectories: ["priv/*/migrations"],
2022-05-05 21:07:02 -04:00
plugins: [Phoenix.LiveView.HTMLFormatter]
2021-03-11 21:12:55 -05:00
]