https://github.com/philsquared/Catch
Raw File
Tip revision: 5c198d85e6465690feae6ab8b2750505824c56ac authored by Phil Nash on 07 May 2016, 22:14:04 UTC
v1.5.2
Tip revision: 5c198d8
.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