markdown files should wrap

This commit is contained in:
Aditya Thakral 2021-08-22 01:22:26 -04:00
parent 6f24b266eb
commit d6adf8e526
1 changed files with 5 additions and 1 deletions

View File

@ -38,5 +38,9 @@
"files.exclude": {
"node_modules": true
},
"editor.tabSize": 2
"editor.tabSize": 2,
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
}
}