From 924352f81d23c0e03aaf0a9521e7efe120e05257 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Fri, 18 Aug 2023 15:22:13 +0300 Subject: [PATCH] update markdownlint config - add no-trailing-spaces rule --- .markdownlint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.json b/.markdownlint.json index 7e082ffeec8..681e08132f1 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -9,6 +9,7 @@ "details", "summary" ]}, + "no-trailing-spaces": { "br_spaces": 0 }, "line-length": false, "no-bare-urls": false, "no-emphasis-as-heading": false,