From 9823f36c0c2a1e9df83423a48589cead6e2335a4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 21 Apr 2022 01:36:36 +0200 Subject: [PATCH] .editorconfig: allow trailing whitespace for markdown manual files --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 17f92c50d16..3c7962ab4d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -55,6 +55,11 @@ trim_trailing_whitespace = unset [*.lock] indent_size = unset +# trailing whitespace is an actual syntax element of classic Markdown/ +# CommonMark to enforce a line break +[*.md] +trim_trailing_whitespace = unset + [eggs.nix] trim_trailing_whitespace = unset