HADOOP-10040. svn propset to native line endings on Windows files. Contributed by Chris Nauroth.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1531983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2013-10-14 17:13:38 +00:00
parent 11716cf390
commit cb26a58c2a

10
.gitattributes vendored
View File

@ -13,8 +13,8 @@
*.sh text eol=lf *.sh text eol=lf
*.bat binary *.bat text eol=crlf
*.cmd binary *.cmd text eol=crlf
*.vcxproj binary *.vcxproj text merge=union eol=crlf
*.csproj binary *.csproj text merge=union eol=crlf
*.sln binary *.sln text merge=union eol=crlf