all repos — website @ 105886c757f83cf7258fbafaa6c4f8580f2fc29a

My website

Format HTML to a shorter line length
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2023 09:51:56 +0200
commit

105886c757f83cf7258fbafaa6c4f8580f2fc29a

parent

bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile
@@ -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: