Skip to content

Commit aa34bdd

Browse files
committed
markdownlint: increase maximum line length to 250
1 parent 95fe8ee commit aa34bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"default": true,
33
"MD003": { "style": "atx" },
44
"MD007": { "indent": 4 },
5-
"MD013": { "line_length": 200 },
5+
"MD013": { "line_length": 250 },
66
"MD033": false,
77
"MD034": false,
88
"no-hard-tabs": false,

0 commit comments

Comments
 (0)