https://github.com/philsquared/Catch
Raw File
Tip revision: 389f3f5be848405c7d6ccbb9bd4b02c1f9107f16 authored by Andy Balaam on 22 August 2014, 14:18:33 UTC
Fix a typo (missing "n")
Tip revision: 389f3f5
.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