Skip to content

Commit e93aef2

Browse files
authored
Correct line endings for windows gradlew.bat (#4382)
Updates the .gitattributes file to correctly handle the gradlew.bat script for windows line endings.
1 parent d372486 commit e93aef2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
* text eol=lf
22
*.png binary
33
*.jpg binary
4+
5+
# These are explicitly windows files and should use crlf
6+
*.bat text eol=crlf

0 commit comments

Comments
 (0)