Skip to content

Commit 696bc0e

Browse files
committed
HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Contributed by Yiqun Lin.
1 parent 86c9862 commit 696bc0e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitattributes

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33

4-
*.cs text diff=csharp
5-
*.java text diff=java
6-
*.html text diff=html
7-
*.py text diff=python
8-
*.pl text diff=perl
9-
*.pm text diff=perl
10-
*.css text
11-
*.js text
12-
*.sql text
4+
*.cs text diff=csharp eol=lf
5+
*.java text diff=java eol=lf
6+
*.html text diff=html eol=lf
7+
*.py text diff=python eol=lf
8+
*.pl text diff=perl eol=lf
9+
*.pm text diff=perl eol=lf
10+
*.css text eol=lf
11+
*.js text eol=lf
12+
*.sql text eol=lf
1313

1414
*.sh text eol=lf
1515

0 commit comments

Comments
 (0)