Skip to content

Commit f2c731b

Browse files
committed
Create settings.json
1 parent b4c96f7 commit f2c731b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"markdownlint.config": {
3+
"MD024": false,
4+
"MD010": {
5+
"code_blocks": false },
6+
"MD033": {
7+
"allowed_elements": ["details", "summary", "img", "sub"] },
8+
"MD013": {
9+
"code_blocks": false,
10+
"tables": false}
11+
},
12+
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
13+
"powershell.codeFormatting.useCorrectCasing": true
14+
}

0 commit comments

Comments
 (0)