about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-17 09:51:56 +0200
committerAlan Pearce2023-09-17 09:51:56 +0200
commit105886c757f83cf7258fbafaa6c4f8580f2fc29a (patch)
tree8c640a300e91c0c5cf6ee86e72ac5e39a8f95b4c
parentbea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5 (diff)
downloadwebsite-105886c757f83cf7258fbafaa6c4f8580f2fc29a.tar.lz
website-105886c757f83cf7258fbafaa6c4f8580f2fc29a.tar.zst
website-105886c757f83cf7258fbafaa6c4f8580f2fc29a.zip
Format HTML to a shorter line length
-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: