Skip to content

Commit 2642935

Browse files
authored
Reduce line length limit to 80 characters
1 parent 0551d6e commit 2642935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"default": true,
33
"MD013": {
4-
"line_length": 150,
4+
"line_length": 80,
55
"tables": false,
66
"code_blocks": false
77
},

0 commit comments

Comments
 (0)