1 Star 1 Fork 1

swgotobed / sonarlint-visualstudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitattributes 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Amaury Levé 提交于 2017-11-17 16:43 . Update .gitattributes (#438)
# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto encoding=UTF-8
#
# The above will handle all files NOT found below
#
#
## Binary files should be left untouched
#
*.bmp binary
*.gif binary
*.jpg binary
*.png binary
*.class binary
*.dll binary
*.ico binary
*.pfx binary
*.snk binary
*.exe binary
*.pdb binary
#
## Visual Studio
#
*.sln text eol=crlf merge=union
*.csproj text eol=crlf merge=union
*.vbproj text eol=crlf merge=union
#
## These files are text and should be normalized (Convert crlf => lf)
#
# source code
*.cs text diff=csharp
*.vb text
*.java text diff=java
*.resx text merge=union
*.html text diff=html
*.props text eol=crlf
*.xaml text
*.config text
# scripts
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# documentation
*.md text
*.tt text
C#
1
https://gitee.com/swgotobed/sonarlint-visualstudio.git
git@gitee.com:swgotobed/sonarlint-visualstudio.git
swgotobed
sonarlint-visualstudio
sonarlint-visualstudio
master

搜索帮助