You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 250B

12345678910111213
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. *.cmd text eol=crlf
  4. *.cmd-base text eol=crlf
  5. *.nsi text eol=crlf
  6. *.m text eol=lf
  7. *.sh text eol=lf
  8. *.sh-base text eol=lf
  9. scripts/linux* text eol=lf