5 Star 10 Fork 0

Gitee 极速下载 / Scala

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/scala/scala
克隆/下载
.gitattributes 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
# fallback on built-in heuristics
# this must be first so later entries will override it
* text=auto
# check out text files with lf, not crlf, on Windows. (especially
# important for Scala source files, since """ preserves line endings)
text eol=lf
# These files are text and should be normalized (convert crlf => lf)
*.c eol=lf
*.check eol=lf
*.css eol=lf
*.flags eol=lf
*.html eol=lf
*.java eol=lf
*.js eol=lf
*.policy eol=lf
*.sbt eol=lf
*.scala eol=lf
*.sh eol=lf
*.txt eol=lf
*.xml eol=lf
# Some sbt launcher scripts can't handle CR in .jvmopts
.jvmopts eol=lf
# Windows-specific files get windows endings
*.bat eol=crlf
*.cmd eol=crlf
*-windows.tmpl eol=crlf
# Some binary file types for completeness
# (binary is a macro for -text -diff)
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.class -text diff=class
*.jar -text diff=jar
Scala
1
https://gitee.com/mirrors/Scala.git
git@gitee.com:mirrors/Scala.git
mirrors
Scala
Scala
2.13.x

搜索帮助