.gitattributes 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Stop Windows python license check presubmit errors by forcing LF checkout.
  2. *.py text eol=lf
  3. # Force LF checkout of the pins files to avoid transport_security_state_generator errors.
  4. /net/http/*.pins text eol=lf
  5. # Force LF checkout for all source files
  6. *.bin binary
  7. *.c text eol=lf
  8. *.cc text eol=lf
  9. *.cpp text eol=lf
  10. *.csv text eol=lf
  11. *.grd text eol=lf
  12. *.grdp text eol=lf
  13. *.gn text eol=lf
  14. *.gni text eol=lf
  15. *.h text eol=lf
  16. *.html text eol=lf
  17. *.idl text eol=lf
  18. *.in text eol=lf
  19. *.inc text eol=lf
  20. *.java 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. *.pdf -diff
  28. *.proto text eol=lf
  29. *.rs text eol=lf
  30. *.sh text eol=lf
  31. *.sql text eol=lf
  32. *.toml text eol=lf
  33. *.txt text eol=lf
  34. *.xml text eol=lf
  35. *.xslt text eol=lf
  36. .clang-format text eol=lf
  37. .eslintrc.js text eol=lf
  38. .git-blame-ignore-revs text eol=lf
  39. .gitattributes text eol=lf
  40. .gitignore text eol=lf
  41. .vpython text eol=lf
  42. codereview.settings text eol=lf
  43. DEPS text eol=lf
  44. ENG_REVIEW_OWNERS text eol=lf
  45. LICENSE text eol=lf
  46. LICENSE.* text eol=lf
  47. MAJOR_BRANCH_DATE text eol=lf
  48. OWNERS text eol=lf
  49. README text eol=lf
  50. README.* text eol=lf
  51. WATCHLISTS text eol=lf
  52. VERSION text eol=lf
  53. DIR_METADATA text eol=lf
  54. # Skip Tricium by default on files in third_party.
  55. third_party/** -tricium