2018-04-11 15:09:09 +08:00
|
|
|
# Autodetect text files and ensure that we normalise their
|
|
|
|
# line endings to lf internally. When checked out they may
|
|
|
|
# use different line endings.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Check out with crlf (Windows) line endings
|
|
|
|
*.sln text eol=crlf
|
|
|
|
*.csproj text eol=crlf
|
|
|
|
*.cs text diff=csharp eol=crlf
|
|
|
|
*.resx text eol=crlf
|
|
|
|
*.vsixmanifest text eol=crlf
|
|
|
|
packages.config text eol=crlf
|
|
|
|
App.config text eol=crlf
|
|
|
|
*.bat text eol=crlf
|
|
|
|
*.cmd text eol=crlf
|
|
|
|
*.snippet text eol=crlf
|
2018-04-18 17:10:40 +08:00
|
|
|
*.manifest text eol=crlf
|
2019-01-25 15:22:20 +08:00
|
|
|
*.licenseheader text eol=crlf
|
2018-04-11 15:09:09 +08:00
|
|
|
|
|
|
|
# Check out with lf (UNIX) line endings
|
|
|
|
*.sh text eol=lf
|
|
|
|
.gitignore text eol=lf
|
|
|
|
.gitattributes text eol=lf
|
|
|
|
*.md text eol=lf
|
|
|
|
.travis.yml text eol=lf
|