MtF-wiki/.vscode/settings.json

11 lines
193 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": {
2021-09-06 23:23:11 +08:00
"no-inline-html": false,
"fenced-code-language": false
2021-08-19 08:26:23 +08:00
}
2021-09-06 23:23:11 +08:00
}