Files
ssh.net/.gitattributes
T
Matthew Vukomanovic d43423896c Actually normallise the End of Lines
Really reset the eol's in the repository by following the info at
git-scm.com/docs/gitattributes

Following the example there the following commands were run:
rm .git/index
git reset
git add -u
git commit
2016-06-22 18:48:59 +08:00

18 lines
217 B
Plaintext

* text=auto
*.cs text
*.xaml text
*.sln eol=crlf
*.csproj eol=crlf
*.shproj eol=crlf
*.appxmanifest eol=crlf
*.png binary
*.jpg binary
*.dll binary
*.pdb binary
*.exe binary
*.nupkg binary
*.pdf binary
*.snk binary