Skip to content

Commit 83c03c1

Browse files
authored
Merge pull request #3 from thc202/correct-gitattributes
Correct gitattributes
2 parents efda3d6 + 6ff8f44 commit 83c03c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* text=lf
1+
* text=auto eol=lf
22

33
*.txt text
44
*.asp text
@@ -16,7 +16,7 @@
1616
*.properties text
1717
*.md text
1818

19-
*.bat text eol=crlf
19+
*.bat eol=crlf
2020
*.sh text
2121
gradlew text
2222

0 commit comments

Comments
 (0)