https://github.com/philsquared/Catch
Raw File
Tip revision: a274c0a005dc89e756bbeb0e20844f61f0e19582 authored by Mickey Rose on 09 January 2017, 12:23:10 UTC
lazily stringify expressions
Tip revision: a274c0a
.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