1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Disable dprint for README for bullet formatting

This commit is contained in:
jbranchaud
2025-10-25 12:49:33 -05:00
parent d171c3784b
commit 0d3975eb9c

7
dprint.json Normal file
View File

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