Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec00208

Browse filesBrowse files
authored
Relax lints further (rust-gamedev#1480)
1 parent d9d3e21 commit ec00208
Copy full SHA for ec00208

File tree

Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed

‎.markdownlint.json

Copy file name to clipboardExpand all lines: .markdownlint.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
"line_length": 160,
44
"code_blocks": false
55
},
6-
"no-trailing-punctuation": {
7-
"punctuation": ".,;:。,;:"
8-
}
9-
}
10-
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.