https://github.com/philsquared/Catch
Raw File
Tip revision: 7e34619f03a85eb24994166bbdf1e2039ab2fd57 authored by Phil Nash on 03 November 2015, 08:00:43 UTC
v1.2.1-develop.15
Tip revision: 7e34619
.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