https://github.com/philsquared/Catch
Raw File
Tip revision: 3bd20bf2cd05cd88e767ec1aeb856bf8032a04c7 authored by Phil Nash on 22 January 2016, 07:57:45 UTC
Removed reference to pre 1.0 release from README
Tip revision: 3bd20bf
.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