mobilizon/.formatter.exs
Thomas Citharel bde831299d
Add LiveView plugin to formatter
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-07 10:31:44 +02:00

5 lines
129 B
Elixir

[
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test,priv}/**/*.{ex,exs,heex}"]
]