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 fcd31a5 commit 13361b5Copy full SHA for 13361b5
.formatter.exs
@@ -3,6 +3,7 @@
3
plugins: [Phoenix.LiveView.HTMLFormatter],
4
inputs: [
5
"*.{heex,ex,exs}",
6
- "{config,lib,test}/**/*.{heex,ex,exs}"
+ "{config,lib,test}/**/*.{heex,ex,exs}",
7
+ "demo/priv/code_examples/**/*.{heex,ex,exs}"
8
]
9
0 commit comments