[Scummvm-git-logs] scummvm master -> 157fb08a53fc170c5bd35bdd6b457ee2ecdb0583

lotharsm noreply at scummvm.org
Tue Apr 14 17:14:34 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
157fb08a53 ALL: Do not trim whitespaces for .md files in .editorconfig


Commit: 157fb08a53fc170c5bd35bdd6b457ee2ecdb0583
    https://github.com/scummvm/scummvm/commit/157fb08a53fc170c5bd35bdd6b457ee2ecdb0583
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-14T19:13:33+02:00

Commit Message:
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.

Changed paths:
    .editorconfig


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




More information about the Scummvm-git-logs mailing list