https://github.com/philsquared/Catch
Raw File
Tip revision: e73583d556fc729a7d46b21765145c4f133237f6 authored by Phil Nash on 07 August 2015, 16:30:34 UTC
dev build 12
Tip revision: e73583d
.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