Skip to content

Commit 1dc8b99

Browse files
committed
Add .heex to formatter
1 parent b6559f7 commit 1dc8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
22
import_deps: [:phoenix],
3-
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"]
3+
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
44
]

0 commit comments

Comments
 (0)