diff options
Diffstat (limited to 'dprint.json')
| -rw-r--r-- | dprint.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dprint.json b/dprint.json index 0e2c33b..284a8ee 100644 --- a/dprint.json +++ b/dprint.json @@ -1,5 +1,8 @@ { "lineWidth": 79, + "markdown": { + "textWrap": "always" + }, "json": { "indentWidth": 2 }, |