https://github.com/philsquared/Catch
Raw File
Tip revision: 5bbdc8fd38804c55f4967c135a06aa3925c72154 authored by Phil Nash on 15 July 2015, 22:03:11 UTC
Dev build 8
Tip revision: 5bbdc8f
.gitattributes
# This sets the default behaviour, overriding core.autocrlf
* text=auto

# All source files should have unix line-endings in the repository,
# but convert to native line-endings on checkout
*.cpp text
*.h text
*.hpp text

# Windows specific files should retain windows line-endings
*.sln text eol=crlf
back to top