We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92550bf commit a2f7e6bCopy full SHA for a2f7e6b
.vscode/settings.json
@@ -9,4 +9,27 @@
9
"source.fixAll": "explicit",
10
"source.organizeImports": "never"
11
},
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
+ }
35
}
0 commit comments