.gitattributes 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. *.spec text eol=lf
  32. *.sql text eol=lf
  33. *.toml text eol=lf
  34. *.txt text eol=lf
  35. *.xml text eol=lf
  36. *.xslt text eol=lf
  37. .clang-format text eol=lf
  38. .eslintrc.js text eol=lf
  39. .git-blame-ignore-revs text eol=lf
  40. .gitattributes text eol=lf
  41. .gitignore text eol=lf
  42. .vpython text eol=lf
  43. codereview.settings text eol=lf
  44. DEPS text eol=lf
  45. ATL_OWNERS text eol=lf
  46. LICENSE text eol=lf
  47. LICENSE.* text eol=lf
  48. MAJOR_BRANCH_DATE text eol=lf
  49. OWNERS text eol=lf
  50. README text eol=lf
  51. README.* text eol=lf
  52. WATCHLISTS text eol=lf
  53. VERSION text eol=lf
  54. DIR_METADATA text eol=lf
  55. # Skip Tricium by default on files in third_party.
  56. third_party/** -tricium