.gitattributes 368 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 binary
  14. *.cmd binary
  15. *.vcxproj binary
  16. *.csproj binary
  17. *.sln binary