Files
compose-anything/.vscode/settings.json
2025-09-21 16:40:26 +08:00

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
}