.gitattributes 304 B

123456789101112
  1. *.baseline -crlf
  2. *.cmd -crlf
  3. test/**/*.js -crlf
  4. test/es6/HTMLComments.js binary diff=cpp
  5. *.wasm binary
  6. lib/**/*.js eol=lf diff=cpp
  7. *.cpp text eol=lf diff=cpp
  8. *.h text eol=lf diff=cpp
  9. *.inl text eol=lf diff=cpp
  10. *.vcproj text eol=crlf diff=xml
  11. *.vcxproj text eol=crlf diff=xml
  12. *.sln text eol=crlf diff=xml