From 5f11b1665be123ef27e5902d2b66d548eb2e4954 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 18 Nov 2025 13:20:58 -0600 Subject: [PATCH] Remove dprint config to never text wrap This was causing multi-line sequences of text in TIL markdown files to be unwrapped into one long line. --- dprint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/dprint.json b/dprint.json index 9371a8d..1ca744a 100644 --- a/dprint.json +++ b/dprint.json @@ -1,7 +1,4 @@ { "excludes": ["README.md"], - "markdown": { - "textWrap": "never" - }, "plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"] }