.gitattributes 608 B

1234567891011121314151617181920212223
  1. # Force Unix line endings for most file formats (except binary files)
  2. *.js text eol=lf
  3. *.jsm text eol=lf
  4. *.css text eol=lf
  5. *.html text eol=lf
  6. *.md text eol=lf
  7. *.properties text eol=lf
  8. *.yml text eol=lf
  9. *.json text eol=lf
  10. *.config text eol=lf
  11. *.inc text eol=lf
  12. *.manifest text eol=lf
  13. *.rdf text eol=lf
  14. *.jade text eol=lf
  15. *.coffee text eol=lf
  16. # PDF files shall not modify CRLF line endings
  17. *.pdf -crlf
  18. # Linguist language overrides
  19. *.js linguist-language=JavaScript
  20. *.jsm linguist-language=JavaScript
  21. *.inc linguist-language=XML