Przeglądaj źródła

Add filetypes to gitattributes file

Taylor Woll 8 lat temu
rodzic
commit
f329d1dfb3
1 zmienionych plików z 6 dodań i 0 usunięć
  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