.gitattributes 439 B

1234567891011121314151617181920
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. *.cs text diff=csharp
  4. *.java text diff=java
  5. *.html text diff=html
  6. *.py text diff=python
  7. *.pl text diff=perl
  8. *.pm text diff=perl
  9. *.css text
  10. *.js text
  11. *.sql text
  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