From 2a0a3cf0eb2998e299680dcdcb8751ade3e74c94 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 11 Sep 2024 17:36:48 +0200 Subject: [PATCH] bug: remove Phoenix.LiveView.HTMLFormatter from formatter #331 (#332) --- .formatter.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.formatter.exs b/.formatter.exs index 6fc82a9..a4e7515 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -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 ]