https://github.com/philsquared/Catch
Raw File
Tip revision: ee67ac6b7c3595251342671485c65cf81d725896 authored by Martin Hořeňovský on 27 June 2017, 10:21:48 UTC
v1.9.6
Tip revision: ee67ac6
.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