all repos — website @ 105886c757f83cf7258fbafaa6c4f8580f2fc29a

My website

Format HTML to a shorter line length

Alan Pearce
commit

105886c757f83cf7258fbafaa6c4f8580f2fc29a

parent

bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5

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

changed files
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: