hadoop/.gitattributes
Akira Ajisaka 3f36ac9f33 HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Contributed by Yiqun Lin.
(cherry picked from commit 696bc0e0abe57051470da0cbd539ddf21cc60da9)
2016-09-14 11:15:27 +09:00

21 lines
502 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp eol=lf
*.java text diff=java eol=lf
*.html text diff=html eol=lf
*.py text diff=python eol=lf
*.pl text diff=perl eol=lf
*.pm text diff=perl eol=lf
*.css text eol=lf
*.js text eol=lf
*.sql text eol=lf
*.sh text eol=lf
*.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