cannery/.formatter.exs

7 lines
225 B
Elixir
Raw Permalink Normal View History

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