https://github.com/philsquared/Catch
Raw File
Tip revision: e5537842d02b4fff68db23b461d1a8f4562a08e0 authored by Phil Nash on 25 April 2016, 17:56:50 UTC
Regenerated single include
Tip revision: e553784
.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