Add formatting for HEEx files

This commit is contained in:
Mikko Ahlroth 2022-09-10 14:52:38 +03:00
parent e7033a6a65
commit 5d91f2f0e1

View file

@ -1,4 +1,5 @@
[ [
import_deps: [:phoenix], import_deps: [:phoenix],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"] plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"]
] ]