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 <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2025-03-25 13:26:56 +01:00
parent ef773a9a5e
commit 5a99a2018d

View File

@@ -1 +1,2 @@
/zlib-uncompress2.c whitespace=-indent-with-non-tab,-trailing-space
/mimalloc/**/* whitespace=-trailing-space