HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Contributed by Yiqun Lin.
This commit is contained in:
parent
86c9862bec
commit
696bc0e0ab
18
.gitattributes
vendored
18
.gitattributes
vendored
@ -1,15 +1,15 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
*.cs text diff=csharp
|
*.cs text diff=csharp eol=lf
|
||||||
*.java text diff=java
|
*.java text diff=java eol=lf
|
||||||
*.html text diff=html
|
*.html text diff=html eol=lf
|
||||||
*.py text diff=python
|
*.py text diff=python eol=lf
|
||||||
*.pl text diff=perl
|
*.pl text diff=perl eol=lf
|
||||||
*.pm text diff=perl
|
*.pm text diff=perl eol=lf
|
||||||
*.css text
|
*.css text eol=lf
|
||||||
*.js text
|
*.js text eol=lf
|
||||||
*.sql text
|
*.sql text eol=lf
|
||||||
|
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user