Skip to content

Commit a2f7e6b

Browse files
chore: update vscode config
1 parent 92550bf commit a2f7e6b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.vscode/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,27 @@
99
"source.fixAll": "explicit",
1010
"source.organizeImports": "never"
1111
},
12+
13+
"[stx]": {
14+
"editor.defaultFormatter": "pickier.pickier-vscode"
15+
},
16+
// Markdown
17+
"[markdown]": {
18+
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
19+
"editor.formatOnSave": true
20+
},
21+
"markdownlint.config": {
22+
"default": true,
23+
"MD033": {
24+
"allowed_elements": [
25+
"details",
26+
"summary",
27+
"VPTeamPage",
28+
"VPTeamPageTitle",
29+
"VPTeamMembers",
30+
"script"
31+
]
32+
},
33+
"MD041": false
34+
}
1235
}

0 commit comments

Comments
 (0)