We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b785aea commit 46eef84Copy full SHA for 46eef84
.formatter.exs
@@ -3,5 +3,9 @@
3
import_deps: [:phoenix, :surface],
4
plugins: [Phoenix.LiveView.HTMLFormatter],
5
line_length: 115,
6
- inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
+ inputs: [
7
+ "{mix,.formatter}.exs",
8
+ "{config,lib,test}/**/*.{ex,exs}",
9
+ "priv/catalogue/**/*.{ex,exs,sface}"
10
+ ]
11
]
0 commit comments