Skip to content

Commit e757dce

Browse files
fix: Fixing gitattributes for gradlew.bat line endings
1 parent 8cd9866 commit e757dce

File tree

2 files changed

+94
-94
lines changed

2 files changed

+94
-94
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# Linux start script should use lf
55
/gradlew text eol=lf
6-
6+
/gradlew.bat text eol=crlf
77
# These are Windows script files and should use crlf
88
*.bat text eol=crlf
99

1010
# This allows generated code to be indexed correctly
11-
*.java linguist-generated=false
11+
*.java linguist-generated=false

gradlew.bat

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

0 commit comments

Comments
 (0)