Skip to content

Commit 925732d

Browse files
committed
style: .markdownlint.json
1 parent e8b6ff2 commit 925732d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.markdownlint.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"default": true,
3-
"heading-style": {
4-
"style": "atx"
5-
},
6-
"line-length": {
7-
"code_blocks": false,
8-
"tables": false
9-
},
10-
"no-duplicate-heading": {
11-
"siblings_only": true
12-
},
13-
"code-block-style": {
14-
"style": "fenced"
15-
}
2+
"default": true,
3+
"heading-style": {
4+
"style": "atx"
5+
},
6+
"line-length": {
7+
"code_blocks": false,
8+
"tables": false
9+
},
10+
"no-duplicate-heading": {
11+
"siblings_only": true
12+
},
13+
"code-block-style": {
14+
"style": "fenced"
15+
}
1616
}

0 commit comments

Comments
 (0)