diff --git a/.markdownlint.json b/.markdownlint.json index 196cbc370..7aeeca0ed 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,12 +1,10 @@ { "line-length": { - "line_length": 80, + "line_length": 160, "code_blocks": false }, - "ul-style": { - "style": "dash" - }, "no-trailing-punctuation": { "punctuation": ".,;:。,;:" } } +