From 0d3975eb9c70d773a0ba0a8eb20c4c6c67c71ed6 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 25 Oct 2025 12:49:33 -0500 Subject: [PATCH] Disable `dprint` for README for bullet formatting --- dprint.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dprint.json diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..9371a8d --- /dev/null +++ b/dprint.json @@ -0,0 +1,7 @@ +{ + "excludes": ["README.md"], + "markdown": { + "textWrap": "never" + }, + "plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"] +}