philomena/.formatter.exs

8 lines
239 B
Elixir
Raw Normal View History

2019-08-14 20:32:32 -04:00
[
2024-05-01 23:31:39 -04:00
heex_line_length: 300,
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"]
]