Files
compose-anything/.vscode/settings.json
2026-02-10 17:45:39 +08:00

28 lines
561 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"
}
},
"[yaml]": {
"editor.formatOnSave": true
},
"[dockerfile]": {
"editor.formatOnSave": true
},
"[dockercompose]": {
"editor.formatOnSave": true
},
"files.eol": "\n",
"cSpell.enabled": false
}