diff options
Diffstat (limited to '3rdparty/unittest-cpp/.gitattributes')
-rw-r--r-- | 3rdparty/unittest-cpp/.gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3rdparty/unittest-cpp/.gitattributes b/3rdparty/unittest-cpp/.gitattributes new file mode 100644 index 00000000000..4d390e4e81c --- /dev/null +++ b/3rdparty/unittest-cpp/.gitattributes @@ -0,0 +1,17 @@ +* text=auto + +*.h text +*.cpp text + +# VS 20xx files +*.sln text eol=crlf +*.vcproj text eol=crlf +*.vcxproj text eol=crlf +*.vcxproj.filters text eol=crlf + +# VC6 files +*.dsw text eol=crlf +*.dsp text eol=crlf + +# Other 'windows-specific' files +*.bat text eol=crlf
\ No newline at end of file |