all repos — homestead @ f8e44b687c754cd95197f0d4a7784ac696553303

Code for my website

Format HTML to a shorter line length

Alan Pearce
commit

f8e44b687c754cd95197f0d4a7784ac696553303

parent

30138955e1e49c9f8791343ad4cd3aa9948c9d49

1 file changed, 1 insertion(+), 1 deletion(-)

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: