MtF-wiki/.vscode/settings.json

14 lines
278 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
},
2021-12-24 18:12:54 +08:00
"editor.wordWrap": "on",
2021-08-19 08:26:23 +08:00
"markdownlint.config": {
2021-09-12 16:36:47 +08:00
"single-h1": false,
2021-09-06 23:23:11 +08:00
"no-inline-html": false,
2021-09-13 22:54:54 +08:00
"no-duplicate-header": false,
2021-09-06 23:23:11 +08:00
"fenced-code-language": false
2021-08-19 08:26:23 +08:00
}
2021-09-06 23:23:11 +08:00
}