https://github.com/philsquared/Catch
Raw File
Tip revision: 3b2f2061911bc83479dfd0b6410f612696ee65b4 authored by Phil Nash on 11 January 2017, 16:43:56 UTC
v1.6.0 build - including release notes
Tip revision: 3b2f206
.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