philomena/.formatter.exs

8 lines
239 B
Elixir
Raw Permalink Normal View History

2019-08-15 02:32:32 +02:00
[
2024-05-02 05:31:39 +02:00
heex_line_length: 300,
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"]
]