https://github.com/philsquared/Catch
Raw File
Tip revision: ae5ee2cf63d6d67bd1369b512d2a7b60b571c907 authored by Phil Nash on 29 February 2016, 08:17:18 UTC
v1.3.5
Tip revision: ae5ee2c
.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