We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa22c02 commit 307f46aCopy full SHA for 307f46a
.gitattributes
@@ -1,3 +1,7 @@
1
+sbt text eol=lf
2
+*.sh text eol=lf
3
+launcher-package/src/windows/sbt text eol=lf
4
+
5
# Exclude contraband generated files from diff (by default - you can see it if you want)
6
**/contraband-scala/**/* -diff merge=ours
7
**/contraband-scala/**/* linguist-generated=true
launcher-package/src/windows/sbt
@@ -36,3 +36,4 @@ else
36
# Use Jansi to intercept ANSI sequences
37
"$JAVA_CMD" -Dsbt.log.format=true $JAVA_OPTS $SBT_OPTS -cp "$WDIR/sbt-launch.jar" xsbt.boot.Boot "$@"
38
fi
39
0 commit comments