diff options
-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: |