style: formatter seems to work now

This commit is contained in:
Moritz Böhme 2025-04-07 15:03:53 +02:00
parent 70aeb019a5
commit f34936b176
11 changed files with 117 additions and 116 deletions

View file

@ -10,6 +10,6 @@
:phoenix
],
subdirectories: ["priv/*/migrations"],
# plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter], # FIXME:seems broken
plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
]