代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。