.gitattributes 821 B

12345678910111213141516171819202122232425262728293031323334
  1. # `git apply` and friends don't understand CRLF, even on windows. Force those
  2. # files to be checked out with LF endings even if core.autocrlf is true.
  3. *.patch text eol=lf
  4. DEPS text eol=lf
  5. yarn.lock text eol=lf
  6. script/zip_manifests/*.manifest text eol=lf
  7. patches/**/.patches merge=union
  8. # Source code and markdown files should always use LF as line ending.
  9. *.c text eol=lf
  10. *.cc text eol=lf
  11. *.cpp text eol=lf
  12. *.csv text eol=lf
  13. *.grd text eol=lf
  14. *.grdp text eol=lf
  15. *.gn text eol=lf
  16. *.gni text eol=lf
  17. *.h text eol=lf
  18. *.html text eol=lf
  19. *.idl text eol=lf
  20. *.in text eol=lf
  21. *.js text eol=lf
  22. *.json text eol=lf
  23. *.json5 text eol=lf
  24. *.md text eol=lf
  25. *.mm text eol=lf
  26. *.mojom text eol=lf
  27. *.patches text eol=lf
  28. *.proto text eol=lf
  29. *.py text eol=lf
  30. *.ps1 text eol=lf
  31. *.sh text eol=lf
  32. *.ts text eol=lf
  33. *.txt text eol=lf