https://github.com/philsquared/Catch
Raw File
Tip revision: 08844e7e57fe9c604579962ab3848a4b9a820b2d authored by Phil Nash on 05 November 2015, 18:52:18 UTC
build 1.3.0-develop.1
Tip revision: 08844e7
.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