https://github.com/philsquared/Catch
Raw File
Tip revision: ce37f48ffad2401e6c23a54cae3f015c01fdc200 authored by Martin Hořeňovský on 01 February 2017, 20:47:43 UTC
v1.7.0 build
Tip revision: ce37f48
.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