Skip to content

Commit 0c42fb3

Browse files
Merge branch 'rust-gamedev:source' into source
2 parents 738a0b5 + ec00208 commit 0c42fb3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.markdownlint.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"line-length": {
3-
"line_length": 80,
3+
"line_length": 160,
44
"code_blocks": false
55
},
6-
"ul-style": {
7-
"style": "dash"
8-
},
9-
"no-trailing-punctuation": {
10-
"punctuation": ".,;:。,;:"
11-
}
12-
}
6+
"blanks-around-lists": false,
7+
"blanks-around-headings": false,
8+
"no-multiple-blanks": false,
9+
"no-trailing-spaces": false,
10+
"no-trailing-punctuation": false,
11+
"no-hard-tabs": false,
12+
"hr-style": false,
13+
"strong-style": false,
14+
"emphasis-style": false
15+
}

0 commit comments

Comments
 (0)