From deae6ab5039767ad2ab53bde9f0a5937220a4592 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 1 Aug 2024 19:45:19 +0200 Subject: markdownlint no-trailing-spaces (#6668) --- .markdownlint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.json b/.markdownlint.json index 8cb46382f..05965131e 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,6 +11,7 @@ "no-multiple-blanks": { "maximum": 2 }, + "no-trailing-spaces": true, "ul-indent": false, "ul-style": { "style": "consistent" -- cgit v1.2.3