Skip to content

Commit 20e525b

Browse files
committed
Fixed script line endings
1 parent bcbef01 commit 20e525b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.gitattributes

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# https://help.github.com/articles/dealing-with-line-endings/
3-
#
4-
# Linux start script should use lf
5-
/gradlew text eol=lf
6-
7-
# These are Windows script files and should use crlf
8-
*.bat text eol=crlf
1+
# Linux scripts use lf
2+
/gradlew text eol=lf
93

4+
# Windows scripts use crlf
5+
*.bat text eol=crlf

0 commit comments

Comments
 (0)