MtF-wiki/.vscode/settings.json

10 lines
157 B
JSON

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