1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-03 16:18:24 +00:00

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.
This commit is contained in:
jbranchaud
2025-11-18 13:20:58 -06:00
parent ce5ff038c0
commit 5f11b1665b
-3
View File
@@ -1,7 +1,4 @@
{
"excludes": ["README.md"],
"markdown": {
"textWrap": "never"
},
"plugins": ["https://plugins.dprint.dev/markdown-0.16.0.wasm"]
}