Jelajahi Sumber

Add filetypes to gitattributes file

Taylor Woll 8 tahun lalu
induk
melakukan
f329d1dfb3
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      .gitattributes

+ 6 - 0
.gitattributes

@@ -3,3 +3,9 @@
 test/**/*.js -crlf
 test/es6/HTMLComments.js binary diff=cpp
 *.wasm binary
+*.cpp text eol=lf diff=cpp
+*.h text eol=lf diff=cpp
+*.inl text eol=lf diff=cpp
+*.vcproj text eol=crlf diff=xml
+*.vcxproj text eol=crlf diff=xml
+*.sln text eol=crlf diff=xml