diff options
Diffstat (limited to 'unittest/Catch/.gitattributes')
-rw-r--r-- | unittest/Catch/.gitattributes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unittest/Catch/.gitattributes b/unittest/Catch/.gitattributes new file mode 100644 index 0000000..a2d66d3 --- /dev/null +++ b/unittest/Catch/.gitattributes @@ -0,0 +1,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
\ No newline at end of file |