19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"[markdown]": {
|
|
"editor.wordWrap": "on",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.markdownlint": "explicit"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"other": "off",
|
|
"comments": "off",
|
|
"strings": "off"
|
|
}
|
|
},
|
|
"files.eol": "\n",
|
|
"cSpell.enabled": false
|
|
}
|