MtF-wiki/.vscode/settings.json

9 lines
157 B
JSON

{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"markdownlint.config": {
"no-inline-html": false
}
}