Skip to content

Commit

Permalink
format catalogues
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Sep 13, 2024
1 parent b785aea commit 46eef84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
import_deps: [:phoenix, :surface],
plugins: [Phoenix.LiveView.HTMLFormatter],
line_length: 115,
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
inputs: [
"{mix,.formatter}.exs",
"{config,lib,test}/**/*.{ex,exs}",
"priv/catalogue/**/*.{ex,exs,sface}"
]
]

0 comments on commit 46eef84

Please sign in to comment.