gitattributes: force LF line endings for all files
This avoids default CRLF on msysgit for Windows which can cause trouble.
Cf. https://help.github.com/articles/dealing-with-line-endings#text-eollf
Commit dad2ccc9b3
followup.
Closes #7723.
This commit is contained in:
parent
29032cda8c
commit
62991e6047
1 changed files with 1 additions and 4 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,6 +1,6 @@
|
|||
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
|
||||
|
||||
* text=auto
|
||||
* text eol=lf
|
||||
*.cpp rust
|
||||
*.h rust
|
||||
*.rs rust
|
||||
|
@ -8,6 +8,3 @@ 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…
Add table
Reference in a new issue