aboutsummaryrefslogtreecommitdiff
path: root/unittest/Catch/.gitattributes
blob: a2d66d32b4aaf51ddf8c792b6cf6de386166ff19 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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