From 99ff45187b51110222393716d0f2e6ec984bf61e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 5 Jun 2026 10:55:35 +0100 Subject: proseWrap: preserve in prettierrc (sad but necessary to avoid breaking citation marks in blockquotes) --- .prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 282cbf2..c1e0e5a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,2 +1,2 @@ printWidth: 80 -proseWrap: always +proseWrap: preserve -- cgit v1.2.3