From aa34bdd68bf3226f92e766041786d41fca348af3 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sat, 4 May 2019 19:27:47 +0200 Subject: [PATCH] markdownlint: increase maximum line length to 250 --- .markdownlintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlintrc b/.markdownlintrc index 26260b73a8..9cd9f1618e 100644 --- a/.markdownlintrc +++ b/.markdownlintrc @@ -2,7 +2,7 @@ "default": true, "MD003": { "style": "atx" }, "MD007": { "indent": 4 }, - "MD013": { "line_length": 200 }, + "MD013": { "line_length": 250 }, "MD033": false, "MD034": false, "no-hard-tabs": false,