Skip to content

Commit 13361b5

Browse files
committed
Add demo code examples to formatter config
1 parent fcd31a5 commit 13361b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.formatter.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
plugins: [Phoenix.LiveView.HTMLFormatter],
44
inputs: [
55
"*.{heex,ex,exs}",
6-
"{config,lib,test}/**/*.{heex,ex,exs}"
6+
"{config,lib,test}/**/*.{heex,ex,exs}",
7+
"demo/priv/code_examples/**/*.{heex,ex,exs}"
78
]
89
]

0 commit comments

Comments
 (0)