We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7632b0 commit addbe12Copy full SHA for addbe12
configs/vscode/settings.json
@@ -8,8 +8,8 @@
8
"editor.tabSize": 2,
9
"editor.wordWrap": "on",
10
"editor.linkedEditing": true,
11
- "editor.defaultFormatter": "biomejs.biome",
12
"editor.minimap.showSlider": "always",
+ "editor.defaultFormatter": "biomejs.biome",
13
// Explorer
14
"explorer.autoReveal": false,
15
"explorer.confirmDelete": false,
@@ -51,5 +51,9 @@
51
"chat.editing.confirmEditRequestRetry": false,
52
// GitHub Pull Requests extension
53
"githubPullRequests.commentExpandState": "collapseAll",
54
- "githubPullRequests.pullBranch": "never"
+ "githubPullRequests.pullBranch": "never",
55
+ // Language specific
56
+ "[markdown]": {
57
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
58
+ },
59
}
0 commit comments