{ "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 }