加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 999 Bytes
一键复制 编辑 原始数据 按行查看 历史
Frederic Pillon 提交于 2023-03-29 16:20 . chore: update .gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
.astyleignore text eol=lf
.astylerc text eol=lf
.codespellignore text eol=lf
.codespellrc text eol=lf
.editorconfig text eol=lf
.flake8 text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
*.adoc text eol=lf
*.c text eol=lf
*.cfg text eol=lf
*.cmake text eol=lf
*.cpp text eol=lf
*.css text eol=lf
*.dtsi text eol=lf
*.gv text eol=lf
*.h text eol=lf
*.html text eol=lf
*.in text eol=lf
*.ino text eol=lf
*.json text eol=lf
*.ld text eol=lf
*.md text eol=lf
*.MD text eol=lf
*.old text eol=lf
*.patch text eol=lf
*.pde text eol=lf
*.properties text eol=lf
*.py text eol=lf
*.s text eol=lf
*.S text eol=lf
*.sh text eol=lf
*.spec text eol=lf
*.txt text eol=lf
*.yml text eol=lf
# Denote all files that are truly binary and should not be modified.
*.jpg binary
*.pdf binary
*.png binary
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化