Skip to content

Commit 5a99a20

Browse files
committed
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 <[email protected]>
1 parent ef773a9 commit 5a99a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compat/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/zlib-uncompress2.c whitespace=-indent-with-non-tab,-trailing-space
2+
/mimalloc/**/* whitespace=-trailing-space

0 commit comments

Comments
 (0)