Skip to content

Commit

Permalink
bug: remove Phoenix.LiveView.HTMLFormatter from formatter kitsteam#331
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Sep 11, 2024
1 parent ebd5296 commit c1bdf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
plugins: [],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
line_length: 120
]

0 comments on commit c1bdf02

Please sign in to comment.