mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 11:39:48 +00:00
gitattributes: prefer eol=lf
to crlf=input
The `crlf` attribute is deprecated in Git.
This commit is contained in:
parent
b85c2589a1
commit
d20485d8d9
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -8,11 +8,11 @@
|
||||
# Do not perform whitespace checks. Do not format.
|
||||
[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format
|
||||
|
||||
bootstrap crlf=input
|
||||
configure crlf=input
|
||||
*.[1-9] crlf=input
|
||||
*.sh crlf=input
|
||||
*.sh.in crlf=input
|
||||
bootstrap eol=lf
|
||||
configure eol=lf
|
||||
*.[1-9] eol=lf
|
||||
*.sh eol=lf
|
||||
*.sh.in eol=lf
|
||||
|
||||
*.bat -crlf
|
||||
*.bat.in -crlf
|
||||
|
2
Tests/CMakeTests/.gitattributes
vendored
2
Tests/CMakeTests/.gitattributes
vendored
@ -1 +1 @@
|
||||
File-HASH-Input.txt crlf=input
|
||||
File-HASH-Input.txt eol=lf
|
||||
|
Loading…
Reference in New Issue
Block a user