Skip to content

Commit f14c6be

Browse files
committed
gitattributes: use unix line endings
1 parent 823104d commit f14c6be

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.gitattributes

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
* text=auto
2-
*.java text
3-
*.properties text
4-
*.css text
5-
*.html text
6-
*.xhtml text
7-
*.dtd text
8-
*.ent text
1+
* text=auto eol=lf
2+
*.java text eol=lf
3+
*.properties text eol=lf
4+
*.css text eol=lf
5+
*.html text eol=lf
6+
*.xhtml text eol=lf
7+
*.dtd text eol=lf
8+
*.ent text eol=lf
99
*.txt text
10-
*.sh text
11-
*.xml text
10+
*.bat text eol=crlf
11+
*.sh text eol=lf
12+
*.xml text eol=lf
1213
*.bin binary
1314
*.png binary

0 commit comments

Comments
 (0)