Revision e73583d556fc729a7d46b21765145c4f133237f6 authored by Phil Nash on 07 August 2015, 16:30:34 UTC, committed by Phil Nash on 07 August 2015, 16:30:34 UTC
1 parent afcc38e
Raw File
.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