From: Kim Kulling Date: Sat, 11 Feb 2017 12:48:39 +0000 (+0100) Subject: closes https://github.com/assimp/assimp/issues/1102: define line ending for missing... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf4f4d0730dba08e0b03254f8af43ea754d4591a;p=platform%2Fupstream%2Fassimp.git closes https://github.com/assimp/assimp/issues/1102: define line ending for missing files. --- diff --git a/.gitattributes b/.gitattributes index c78dfba..7f9357f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,8 +2,14 @@ *.cpp text eol=lf *.h text eol=lf *.c text eol=lf +*.cc text eol=lf +*.cpp text eol=lf +*.rc text eol=lf *.hpp text eol=lf *.txt text eol=lf *.cmake text eol=lf *.sh text eol=lf -CHANGES text .eof=lf +CHANGES text eol=lf +CREDITS text eol=lf +LICENSE text eol=lf +Readme.md text eol=lf