https://github.com/philsquared/Catch
Raw File
Tip revision: 21f7ef6fdcfcc98fa668028c02ba51643982e7cf authored by Phil Nash on 29 June 2015, 17:05:23 UTC
Committed to semantic versioning
Tip revision: 21f7ef6
.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