代码拉取完成,页面将自动刷新
# When text is set to "auto", the path is marked for automatic end-of-line conversion.
# If Git decides that the content is text, its line endings are converted to LF on
# checkin. When the file has been committed with CRLF, no conversion is done.
# https://git-scm.com/docs/gitattributes
* text=auto
# Override default behavior: BAT, PowerShell files always have CRLF line endings.
*.bat text eol=crlf
*.ps1 text eol=crlf
# Data files used in tests for which line endings matter preserve line endings
**/test/data/**/preserveLineEndings/** binary
# Treat the git hook for windows special, too.
hooks/pre-commit-windows eol=crlf
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。