.gitattributes 364 B

1234567891011121314
  1. # Explicitly declare text files that should always be normalized and converted
  2. # to unix line endings, to reduce cross-platform development issues.
  3. *.css text eol=lf
  4. *.html text eol=lf
  5. *.js text eol=lf
  6. *.json text eol=lf
  7. *.md text eol=lf
  8. *.py text eol=lf
  9. *.rst text eol=lf
  10. *.sass text eol=lf
  11. *.scss text eol=lf
  12. *.ts text eol=lf
  13. *.txt text eol=lf
  14. *.yml text eol=lf