.gitattributes 502 B

1234567891011121314151617181920
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. *.cs text diff=csharp eol=lf
  4. *.java text diff=java eol=lf
  5. *.html text diff=html eol=lf
  6. *.py text diff=python eol=lf
  7. *.pl text diff=perl eol=lf
  8. *.pm text diff=perl eol=lf
  9. *.css text eol=lf
  10. *.js text eol=lf
  11. *.sql text eol=lf
  12. *.sh text eol=lf
  13. *.bat text eol=crlf
  14. *.cmd text eol=crlf
  15. *.vcxproj text merge=union eol=crlf
  16. *.csproj text merge=union eol=crlf
  17. *.sln text merge=union eol=crlf