.gitattributes 265 B

12345678910111213
  1. # Enforce Unix newlines
  2. *.css text eol=lf
  3. *.html text eol=lf
  4. *.js text eol=lf
  5. *.json text eol=lf
  6. *.less text eol=lf
  7. *.md text eol=lf
  8. *.svg text eol=lf
  9. *.yml text eol=lf
  10. *.py text eol=lf
  11. *.sh text eol=lf
  12. *.tcl text eol=lf
  13. *.expect text eol=lf