From 46eef843dc8675d615974027f880ff50a711c47c Mon Sep 17 00:00:00 2001 From: Tiago Moraes Date: Fri, 13 Sep 2024 11:25:29 -0300 Subject: [PATCH] format catalogues --- .formatter.exs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}" + ] ]