https://github.com/philsquared/Catch
Raw File
Tip revision: 4d123dbf90bac3642015626a9e20ef8d000db415 authored by Pietro Cerutti on 02 October 2015, 18:08:52 UTC
Fix test
Tip revision: 4d123db
.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