diff --git a/markdownlint.yaml b/markdownlint.yaml index 7d929ec..97ea9ff 100644 --- a/markdownlint.yaml +++ b/markdownlint.yaml @@ -10,3 +10,8 @@ no-hard-tabs: # MD010 blanks-around-fences: # MD031 # Don't force blank lines around code blocks in lists. list_items: false + +line-length: # MD013 + # Allow lines up to 120 characters. + line_length: 80 + tables: false