From 157fb08a53fc170c5bd35bdd6b457ee2ecdb0583 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Tue, 14 Apr 2026 19:13:33 +0200 Subject: [PATCH] ALL: Do not trim whitespaces for .md files in .editorconfig In Markdown, trailing whitespaces are used as formatting tools to include line breaks, e.g. in lists. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index b4996a80cde..089db8727c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,6 @@ end_of_line = crlf [*.lingo] charset = macroman + +[*.md] +trim_trailing_whitespace = false