mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
Merge pull request #8738 from mukilan/master
Force line ending of '.in' files in jemalloc to LF
This commit is contained in:
commit
59ca7a88db
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -8,3 +8,6 @@ src/rt/msvc/* -whitespace
|
||||
src/rt/vg/* -whitespace
|
||||
src/rt/linenoise/* -whitespace
|
||||
src/rt/jemalloc/**/* -whitespace
|
||||
src/rt/jemalloc/include/jemalloc/jemalloc.h.in text eol=lf
|
||||
src/rt/jemalloc/include/jemalloc/jemalloc_defs.h.in text eol=lf
|
||||
src/rt/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in text eol=lf
|
||||
|
Loading…
Reference in New Issue
Block a user