public_notes/.vscode/settings.json

25 lines
516 B
JSON
Raw Permalink Normal View History

2024-01-27 13:23:43 +09:00
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.codeActionsOnSave": {
2024-03-18 18:45:01 +09:00
"source.fixAll.markdownlint": "explicit"
2024-01-27 13:23:43 +09:00
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"files.defaultLanguage": "markdown",
"markdownlint.config": {
"default": true,
"MD034": false,
"MD025": false,
"MD018": false
},
"svn.ignoreMissingSvnWarning": true
}