Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Con…
Browse files Browse the repository at this point in the history
…tributed by Yiqun Lin.
  • Loading branch information
aajisaka committed Sep 14, 2016
1 parent 86c9862 commit 696bc0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Auto detect text files and perform LF normalization
* text=auto

*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.py text diff=python
*.pl text diff=perl
*.pm text diff=perl
*.css text
*.js text
*.sql text
*.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

Expand Down

0 comments on commit 696bc0e

Please sign in to comment.