From 5a99a2018d6a96bcdca98ee9dcd5b2c002cdef17 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 25 Mar 2025 13:26:56 +0100 Subject: [PATCH] fixup! mimalloc: offer a build-time option to enable it Instead of trying to "fix" whitespace issues in mimalloc's source, thereby making it unnecessarily complicated to keep the vendored-in mimalloc sources in sync, let's just prevent Git from trying to enforce its coding style rules on said vendored-in source files. Signed-off-by: Johannes Schindelin --- compat/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/.gitattributes b/compat/.gitattributes index 40dbfb170d..2b5a66a3b3 100644 --- a/compat/.gitattributes +++ b/compat/.gitattributes @@ -1 +1,2 @@ /zlib-uncompress2.c whitespace=-indent-with-non-tab,-trailing-space +/mimalloc/**/* whitespace=-trailing-space