.gitattributes 380 B

123456789101112131415161718
  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. *.csproj text merge=union eol=crlf
  15. *.sln text merge=union eol=crlf