Skip to content

Commit addbe12

Browse files
committed
Set Prettier as default markdown formatter
1 parent e7632b0 commit addbe12

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configs/vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"editor.tabSize": 2,
99
"editor.wordWrap": "on",
1010
"editor.linkedEditing": true,
11-
"editor.defaultFormatter": "biomejs.biome",
1211
"editor.minimap.showSlider": "always",
12+
"editor.defaultFormatter": "biomejs.biome",
1313
// Explorer
1414
"explorer.autoReveal": false,
1515
"explorer.confirmDelete": false,
@@ -51,5 +51,9 @@
5151
"chat.editing.confirmEditRequestRetry": false,
5252
// GitHub Pull Requests extension
5353
"githubPullRequests.commentExpandState": "collapseAll",
54-
"githubPullRequests.pullBranch": "never"
54+
"githubPullRequests.pullBranch": "never",
55+
// Language specific
56+
"[markdown]": {
57+
"editor.defaultFormatter": "esbenp.prettier-vscode"
58+
},
5559
}

0 commit comments

Comments
 (0)