Skip to content

Commit 5de7765

Browse files
committed
chore: Enable word-wrap on Markdown files
1 parent a049b26 commit 5de7765

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"comments": false,
2929
"strings": true
3030
}
31+
},
32+
"[markdown]": {
33+
"editor.wordWrap": "wordWrapColumn"
3134
}
3235
}

0 commit comments

Comments
 (0)