akkoma/.formatter.exs

14 lines
330 B
Elixir
Raw Normal View History

2018-04-21 09:34:23 +02:00
[
2025-02-23 16:51:48 +00:00
import_deps: [:mneme, :ecto, :ecto_sql, :phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: [
"mix.exs",
"*.{heex,ex,exs}",
"{config,lib,test}/**/*.{heex,ex,exs}",
"priv/*/seeds.exs",
"priv/repo/migrations/*.exs",
"priv/repo/optional_migrations/**/*.exs",
"priv/scrubbers/*.ex"
]
2018-04-21 09:34:23 +02:00
]