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
1 changed files with 5 additions and 5 deletions

10
.gitattributes vendored
View File

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