Skip to content

Commit 46eef84

Browse files
committed
format catalogues
1 parent b785aea commit 46eef84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.formatter.exs

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
import_deps: [:phoenix, :surface],
44
plugins: [Phoenix.LiveView.HTMLFormatter],
55
line_length: 115,
6-
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
6+
inputs: [
7+
"{mix,.formatter}.exs",
8+
"{config,lib,test}/**/*.{ex,exs}",
9+
"priv/catalogue/**/*.{ex,exs,sface}"
10+
]
711
]

0 commit comments

Comments
 (0)