.gitattributes 210 B

12345678910111213141516
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. .gitattributes text
  4. .gitignore text
  5. .gitconfig text
  6. *.md text
  7. LICENSE text
  8. AUTHORS text
  9. *.js text
  10. *.json text
  11. *.entitlements text
  12. *.txt text