We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbef01 commit 20e525bCopy full SHA for 20e525b
1 file changed
.gitattributes
@@ -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
+# Linux scripts use lf
+/gradlew text eol=lf
9
+# Windows scripts use crlf
+*.bat text eol=crlf
0 commit comments