.gitattributes 166 B

12345678
  1. * text=auto
  2. *.js text eol=lf
  3. *.jsx text eol=lf
  4. *.json text eol=lf
  5. *.vue text eol=lf
  6. *.css text eol=lf
  7. *.scss text eol=lf
  8. *.less text eol=lf