浏览代码

Add filetypes to gitattributes file

Taylor Woll 8 年之前
父节点
当前提交
f329d1dfb3
共有 1 个文件被更改,包括 6 次插入0 次删除
  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