https://github.com/philsquared/Catch
Raw File
Tip revision: e27c4ee04282f60aefcc9b1062a74f92cf6c1a2b authored by Phil Nash on 26 October 2016, 11:08:26 UTC
Build 1.5.8
Tip revision: e27c4ee
.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