Commit b1a07dd02 for imagemagick.org

commit b1a07dd022d2ce3964d08734aebd390c863c4f23
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Sun Jan 11 10:02:42 2026 +0100

    Disabled trim_trailing_whitespace in .c because this breaks the marker between methods.

diff --git a/.editorconfig b/.editorconfig
index ae2c67eb1..44580ccb7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,9 @@ tab_width = 2
 insert_final_newline = true
 trim_trailing_whitespace = true

+[*.c]
+trim_trailing_whitespace = false
+
 [Dockerfile]

 insert_final_newline = true