https://github.com/philsquared/Catch
Raw File
Tip revision: 581aaae57ec2a54c60248e0fd98932c649dd5a3c authored by Phil Nash on 17 August 2017, 07:29:57 UTC
Generated single include for develop build
Tip revision: 581aaae
.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