public_notes/.vscode/settings.json
2024-01-22 20:44:01 +09:00

24 lines
510 B
JSON

{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
},
"[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
}