Format HTML to a shorter line length
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2023 09:51:56 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M Makefile → 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: