Browse Source

closes https://github.com/assimp/assimp/issues/1102: define line ending for missing files.

Kim Kulling 8 năm trước cách đây
mục cha
commit
bf4f4d0730
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      .gitattributes

+ 7 - 1
.gitattributes

@@ -2,8 +2,14 @@
 *.cpp text eol=lf
 *.cpp text eol=lf
 *.h text eol=lf
 *.h text eol=lf
 *.c text eol=lf
 *.c text eol=lf
+*.cc text eol=lf
+*.cpp text eol=lf
+*.rc text eol=lf
 *.hpp text eol=lf
 *.hpp text eol=lf
 *.txt text eol=lf
 *.txt text eol=lf
 *.cmake text eol=lf
 *.cmake text eol=lf
 *.sh 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