https://github.com/philsquared/Catch
Raw File
Tip revision: c984fc3ecde60b59efa2203e82261acac8ac8502 authored by Phil Nash on 15 March 2016, 07:24:26 UTC
v1.4.0
Tip revision: c984fc3
.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