Skip to content

Commit d9872b8

Browse files
committed
fix: markdownlint settings
200 is the limit already set up in .editorconfig and .yamllint.yml
1 parent b5ff568 commit d9872b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.markdownlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
# Default state for all rules
44
default: true
5+
6+
MD013:
7+
# Overload the default value (120)
8+
line_length: 200

0 commit comments

Comments
 (0)