.gitattributes 405 B

123456789101112131415161718
  1. # Normalize source and documentation on all supported development platforms.
  2. *.md text eol=lf
  3. *.py text eol=lf
  4. *.ts text eol=lf
  5. *.tsx text eol=lf
  6. *.js text eol=lf
  7. *.mjs text eol=lf
  8. *.json text eol=lf
  9. *.yml text eol=lf
  10. *.yaml text eol=lf
  11. *.sh text eol=lf
  12. *.txt text eol=lf
  13. *.css text eol=lf
  14. LICENSE text eol=lf
  15. .gitattributes text eol=lf
  16. .gitignore text eol=lf
  17. .node-version text eol=lf
  18. .npmrc text eol=lf