https://github.com/philsquared/Catch
Raw File
Tip revision: 35f510545d55a831372d3113747bf1314ff4f2ef authored by Phil Nash on 09 June 2016, 18:21:09 UTC
v1.5.6
Tip revision: 35f5105
.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