Explorar el Código

Add filetypes to gitattributes file

Taylor Woll hace 8 años
padre
commit
f329d1dfb3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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