about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff564f0..1911f35 100644
--- a/Makefile
+++ b/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: