chore(editor): update markdown extension settings

This commit is contained in:
Cotes Chung 2024-03-24 02:35:48 +08:00
parent ce96d7e251
commit 13bf51e03d
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
// Common formatter
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"stylelint.vscode-stylelint"
"stylelint.vscode-stylelint",
"yzhang.markdown-all-in-one"
]
}

View File

@ -8,7 +8,7 @@
"*.html": "liquid"
},
"[markdown]": {
"editor.formatOnSave": false
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
// Formatter
"[html][liquid]": {