https://github.com/philsquared/Catch
Raw File
Tip revision: 19ab2117c5bac2f376f8da4a4b25e183137bcec0 authored by Phil Nash on 03 November 2017, 18:09:55 UTC
Remove spurious test following merge
Tip revision: 19ab211
.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