.gitattributes 686 B

1234567891011121314151617181920212223242526272829303132
  1. patches/**/.patches merge=union
  2. # Patches must use the line endings of their target files. Otherwise they will
  3. # fail to apply properly.
  4. *.patch -eol
  5. # Source code and markdown files should always use LF as line ending.
  6. *.c text eol=lf
  7. *.cc text eol=lf
  8. *.cpp text eol=lf
  9. *.csv text eol=lf
  10. *.grd text eol=lf
  11. *.grdp text eol=lf
  12. *.gn text eol=lf
  13. *.gni text eol=lf
  14. *.h text eol=lf
  15. *.html text eol=lf
  16. *.idl text eol=lf
  17. *.in text eol=lf
  18. *.js text eol=lf
  19. *.json text eol=lf
  20. *.json5 text eol=lf
  21. *.md text eol=lf
  22. *.mm text eol=lf
  23. *.mojom text eol=lf
  24. *.patches text eol=lf
  25. *.proto text eol=lf
  26. *.py text eol=lf
  27. *.ps1 text eol=lf
  28. *.sh text eol=lf
  29. *.ts text eol=lf
  30. *.txt text eol=lf