Skip to content

Commit 339fb77

Browse files
committed
Fixed script line endings
1 parent fdb0073 commit 339fb77

2 files changed

Lines changed: 86 additions & 90 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

gradlew.bat

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)