We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77e08a commit 49aafb4Copy full SHA for 49aafb4
.formatter.exs
@@ -1,4 +1,6 @@
1
# Used by "mix format"
2
[
3
+ import_deps: [:phoenix],
4
+ plugins: [Phoenix.LiveView.HTMLFormatter],
5
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
6
]
0 commit comments