diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-05 10:55:35 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-05 10:55:35 +0100 |
| commit | 99ff45187b51110222393716d0f2e6ec984bf61e (patch) | |
| tree | a43da1a2c091866ab0a4b17c68de6a11b49870fc | |
| parent | 6091e8598a2dac508a608715f320bda3bf667bd9 (diff) | |
proseWrap: preserve in prettierrc
(sad but necessary to avoid breaking citation marks in blockquotes)
| -rw-r--r-- | .prettierrc | 2 |
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 |
