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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

.gitattributes 497B

1234567891011121314151617181920212223
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. * text eol=lf
  4. # Custom for Visual Studio
  5. *.cs diff=csharp
  6. *.sln merge=union
  7. *.csproj merge=union
  8. *.vbproj merge=union
  9. *.fsproj merge=union
  10. *.dbproj merge=union
  11. # Standard to msysgit
  12. *.doc diff=astextplain
  13. *.DOC diff=astextplain
  14. *.docx diff=astextplain
  15. *.DOCX diff=astextplain
  16. *.dot diff=astextplain
  17. *.DOT diff=astextplain
  18. *.pdf diff=astextplain
  19. *.PDF diff=astextplain
  20. *.rtf diff=astextplain
  21. *.RTF diff=astextplain