Skip to content

Commit a1d792e

Browse files
committed
feat: 🔧 add TailwindFormatter and Phoenix.LiveView.HTMLFormatter
1 parent 1f0e456 commit a1d792e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.formatter.exs

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Used by "mix format"
22
[
3-
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
3+
plugins: [TailwindFormatter, Phoenix.LiveView.HTMLFormatter],
4+
inputs: [
5+
"{mix,.formatter}.exs",
6+
"{config,lib,test}/**/*.{ex,exs}",
7+
"*.{heex,ex,exs}",
8+
"priv/*/seeds.exs",
9+
"{config,lib,test}/**/*.{heex,ex,exs}"
10+
]
411
]

0 commit comments

Comments
 (0)