.gitattributes 194 B

12345678910111213
  1. # core.safecrlf = true
  2. # core.autocrlf = input
  3. * text=auto eol=lf
  4. *.js text eol=lf
  5. *.vue text eol=lf
  6. *.css text eol=lf
  7. *.scss text eol=lf
  8. *.json text eol=lf
  9. *.jpg -text
  10. *.png -text
  11. *.gif -text