We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3056e commit 231cd90Copy full SHA for 231cd90
.vscode/settings.json
@@ -5,5 +5,8 @@
5
"files.trimTrailingWhitespace": true,
6
"files.associations": {
7
"**/toc.json": "jsonc"
8
- }
+ },
9
+ "prettier.disableLanguages": [
10
+ "markdown"
11
+ ],
12
}
0 commit comments