Proof of concept mod and reference implementation
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

64 lignes
2.5KB

  1. ###############################################################################
  2. # Set default behavior to automatically normalize line endings.
  3. ###############################################################################
  4. * text=auto
  5. ###############################################################################
  6. # Set default behavior for command prompt diff.
  7. #
  8. # This is need for earlier builds of msysgit that does not have it on by
  9. # default for csharp files.
  10. # Note: This is only used by command line
  11. ###############################################################################
  12. #*.cs diff=csharp
  13. ###############################################################################
  14. # Set the merge driver for project and solution files
  15. #
  16. # Merging from the command prompt will add diff markers to the files if there
  17. # are conflicts (Merging from VS is not affected by the settings below, in VS
  18. # the diff markers are never inserted). Diff markers may cause the following
  19. # file extensions to fail to load in VS. An alternative would be to treat
  20. # these files as binary and thus will always conflict and require user
  21. # intervention with every merge. To do so, just uncomment the entries below
  22. ###############################################################################
  23. #*.sln merge=binary
  24. #*.csproj merge=binary
  25. #*.vbproj merge=binary
  26. #*.vcxproj merge=binary
  27. #*.vcproj merge=binary
  28. #*.dbproj merge=binary
  29. #*.fsproj merge=binary
  30. #*.lsproj merge=binary
  31. #*.wixproj merge=binary
  32. #*.modelproj merge=binary
  33. #*.sqlproj merge=binary
  34. #*.wwaproj merge=binary
  35. ###############################################################################
  36. # behavior for image files
  37. #
  38. # image files are treated as binary by default.
  39. ###############################################################################
  40. #*.jpg binary
  41. #*.png binary
  42. #*.gif binary
  43. ###############################################################################
  44. # diff behavior for common document formats
  45. #
  46. # Convert binary document formats to text before diffing them. This feature
  47. # is only available from the command line. Turn it on by uncommenting the
  48. # entries below.
  49. ###############################################################################
  50. #*.doc diff=astextplain
  51. #*.DOC diff=astextplain
  52. #*.docx diff=astextplain
  53. #*.DOCX diff=astextplain
  54. #*.dot diff=astextplain
  55. #*.DOT diff=astextplain
  56. #*.pdf diff=astextplain
  57. #*.PDF diff=astextplain
  58. #*.rtf diff=astextplain
  59. #*.RTF diff=astextplain