Skip to content

Commit d8529f7

Browse files
committed
style: Disable line length limit for Markdown files
This allows to use the one sentence per line formatting to avoid that changing one sentence requires reformatting a whole paragraph. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent 2955c0c commit d8529f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ MD004:
66
style: asterisk
77

88
# line-length
9-
MD013:
10-
code_blocks: false
11-
line_length: 120
12-
tables: false
9+
MD013: false
1310

1411
# no-duplicate-heading
1512
MD024: false # GitHub has no issues with anchors for headings with the same content.

0 commit comments

Comments
 (0)