summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-05 10:55:35 +0100
committerJoe Carstairs <me@joeac.net>2026-06-05 10:55:35 +0100
commit99ff45187b51110222393716d0f2e6ec984bf61e (patch)
treea43da1a2c091866ab0a4b17c68de6a11b49870fc
parent6091e8598a2dac508a608715f320bda3bf667bd9 (diff)
proseWrap: preserve in prettierrc
(sad but necessary to avoid breaking citation marks in blockquotes)
-rw-r--r--.prettierrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc
index 282cbf2..c1e0e5a 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,2 +1,2 @@
printWidth: 80
-proseWrap: always
+proseWrap: preserve