diff options
author | Alan Pearce | 2023-09-17 09:51:56 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-17 09:51:56 +0200 |
commit | 105886c757f83cf7258fbafaa6c4f8580f2fc29a (patch) | |
tree | 8c640a300e91c0c5cf6ee86e72ac5e39a8f95b4c /Makefile | |
parent | bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5 (diff) | |
download | website-105886c757f83cf7258fbafaa6c4f8580f2fc29a.tar.lz website-105886c757f83cf7258fbafaa6c4f8580f2fc29a.tar.zst website-105886c757f83cf7258fbafaa6c4f8580f2fc29a.zip |
Format HTML to a shorter line length
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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: |