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 d9d3e21

Browse filesBrowse files
authored
Simplify lints (rust-gamedev#1478)
1 parent e94e4da commit d9d3e21
Copy full SHA for d9d3e21

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎.markdownlint.json

Copy file name to clipboard
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"line-length": {
3-
"line_length": 80,
3+
"line_length": 160,
44
"code_blocks": false
55
},
6-
"ul-style": {
7-
"style": "dash"
8-
},
96
"no-trailing-punctuation": {
107
"punctuation": ".,;:。,;:"
118
}
129
}
10+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.