We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce96d7e commit 13bf51eCopy full SHA for 13bf51e
.vscode/extensions.json
@@ -7,6 +7,7 @@
7
// Common formatter
8
"esbenp.prettier-vscode",
9
"foxundermoon.shell-format",
10
- "stylelint.vscode-stylelint"
+ "stylelint.vscode-stylelint",
11
+ "yzhang.markdown-all-in-one"
12
]
13
}
.vscode/settings.json
@@ -8,7 +8,7 @@
"*.html": "liquid"
},
"[markdown]": {
- "editor.formatOnSave": false
+ "editor.defaultFormatter": "yzhang.markdown-all-in-one"
// Formatter
14
"[html][liquid]": {
0 commit comments