From 2d5abd9cbf5aee465a189a5e057554d5312a35fc Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 26 Oct 2025 18:20:47 -0500 Subject: [PATCH] Revert to excluding entire README formatting The `unorderedListMarker` setting was hallucinated. --- dprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 42b099d..9371a8d 100644 --- a/dprint.json +++ b/dprint.json @@ -1,6 +1,7 @@ { + "excludes": ["README.md"], "markdown": { - "unorderedListMarker": "preserve" + "textWrap": "never" }, "plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"] }