Skip to content

Commit b058389

Browse files
committed
feat(.gitattributes): Setup entries needed for Gradle wrapper scripts
Signed-off-by: Frank Viernau <[email protected]>
1 parent 50b0184 commit b058389

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Always use Unix line endings for Unix Gradle wrapper script.
2+
gradlew text eol=lf
3+
4+
# Always use Windows line endings for Windows batch scripts.
5+
*.bat text eol=crlf

0 commit comments

Comments
 (0)