cannery/.formatter.exs

7 lines
214 B
Elixir
Raw Normal View History

2021-03-11 21:12:55 -05:00
[
import_deps: [:ecto, :phoenix],
2022-01-22 15:18:09 -05:00
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,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
]