From 105886c757f83cf7258fbafaa6c4f8580f2fc29a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Sep 2023 09:51:56 +0200 Subject: Format HTML to a shorter line length --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff564f0..1911f35 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ format: .formatstamp .formatstamp: public/index.html .postprocessstamp @echo "Formatting HTML..." - @prettier --write --parser html --print-width 200 "public/**/*.html" > /dev/null + @prettier --write --parser html --print-width 120 "public/**/*.html" > /dev/null @touch .formatstamp clean: -- cgit 1.4.1