MtF-wiki/.vscode/settings.json

10 lines
157 B
JSON
Raw Normal View History

2021-08-19 08:26:23 +08:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"markdownlint.config": {
"no-inline-html": false
}
}