MtF-wiki/.vscode/settings.json

9 lines
157 B
JSON
Raw Normal View History

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