MtF-wiki/.vscode/settings.json

17 lines
338 B
JSON

{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.wordWrap": "on",
"markdownlint.config": {
"single-h1": false,
"no-inline-html": false,
"no-duplicate-header": false,
"fenced-code-language": false
},
"files.associations": {
".imgbotconfig": "jsonc"
}
}