https://github.com/philsquared/Catch
Raw File
Tip revision: 3b18d9e962835100d7e12ac80d22882e408e40dc authored by Phil Nash on 30 June 2015, 17:26:09 UTC
build for v1.2.1
Tip revision: 3b18d9e
.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