1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Revert to excluding entire README formatting

The `unorderedListMarker` setting was hallucinated.
This commit is contained in:
jbranchaud
2025-10-26 18:20:47 -05:00
parent 2efaf27066
commit 2d5abd9cbf

View File

@@ -1,6 +1,7 @@
{ {
"excludes": ["README.md"],
"markdown": { "markdown": {
"unorderedListMarker": "preserve" "textWrap": "never"
}, },
"plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"] "plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"]
} }