Format HTML to a shorter line length
1 file changed, 1 insertion(+), 1 deletion(-)
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: