towerops/vendor/oban_web/.formatter.exs
2026-01-26 17:07:42 -06:00

14 lines
356 B
Elixir

# Used by "mix format"
[
import_deps: [
:ecto,
:ecto_sql,
:phoenix
],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs,heex}"],
export: [
locals_without_parens: [oban_dashboard: 1, oban_dashboard: 2]
],
locals_without_parens: [oban_dashboard: 1, oban_dashboard: 2],
plugins: [Phoenix.LiveView.HTMLFormatter]
]