Skip to content

Commit f04fac0

Browse files
committed
Sort markdownlint config by name
(instead of rule ID)
1 parent 62cce18 commit f04fac0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.markdownlint.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2+
"code-block-style": {
3+
"style": "fenced"
4+
},
5+
"code-fence-style": {
6+
"style": "backtick"
7+
},
8+
"emphasis-style": {
9+
"style": "underscore"
10+
},
211
"heading-style": {
312
"style": "atx"
413
},
5-
"ul-style": {
6-
"style": "dash"
14+
"hr-style": {
15+
"style": "---"
716
},
817
"line-length": {
9-
"line_length": 80,
1018
"code_blocks": false,
19+
"line_length": 80,
1120
"tables": false
1221
},
1322
"no-bare-urls": false,
14-
"hr-style": {
15-
"style": "---"
16-
},
1723
"proper-names": {
18-
"names": ["CodeGate", "Copilot", "GitHub"],
19-
"code_blocks": false
20-
},
21-
"code-block-style": {
22-
"style": "fenced"
23-
},
24-
"code-fence-style": {
25-
"style": "backtick"
26-
},
27-
"emphasis-style": {
28-
"style": "underscore"
24+
"code_blocks": false,
25+
"names": ["CodeGate", "Copilot", "GitHub"]
2926
},
3027
"strong-style": {
3128
"style": "asterisk"
3229
},
3330
"table-pipe-style": {
3431
"style": "leading_and_trailing"
32+
},
33+
"ul-style": {
34+
"style": "dash"
3535
}
3636
}

0 commit comments

Comments
 (0)