diff --git a/.formatter.exs b/.formatter.exs index 69fbf4f..8401bf1 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -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}" + ] ]