From 76d74f40914eb2692a3da2b40d56e095f81f8aa5 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 8 Aug 2021 15:24:00 +0200 Subject: [PATCH] Allow trailing whitespaces on Markdown files (temporary) --- .markdownlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index c9ed6c7..8eebad3 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -6,5 +6,6 @@ "line_length": 1000 }, "MD024": false, - "MD032": false + "MD032": false, + "MD009": false }