https://github.com/philsquared/Catch
Raw File
Tip revision: f4ba8aaf194beeadea92a00808db6fa0c9d50773 authored by Phil Nash on 15 December 2015, 07:54:49 UTC
dev build 2
Tip revision: f4ba8aa
.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