.gitattributes 892 B

123456789101112131415161718192021
  1. # When text is set to "auto", the path is marked for automatic end-of-line normalization.
  2. # If git decides that the content is text, its line endings are normalized to LF on checkin.
  3. # Set in case people don't have core.autocrlf set.
  4. * text=auto
  5. *.sh text eol=lf
  6. # Unity specific
  7. *.mat merge=unityyamlmerge text eol=lf
  8. *.anim merge=unityyamlmerge text eol=lf
  9. *.unity merge=unityyamlmerge text eol=lf
  10. *.prefab merge=unityyamlmerge text eol=lf
  11. *.physicsMaterial2D merge=unityyamlmerge text eol=lf
  12. *.physicsMaterial merge=unityyamlmerge text eol=lf
  13. *.asset merge=unityyamlmerge text eol=lf
  14. *.meta merge=unityyamlmerge text eol=lf
  15. *.controller merge=unityyamlmerge text eol=lf
  16. # Prevent mixed line ending warnings created by Unity's code auto-updater
  17. *.cginc text eol=lf
  18. *.shader text eol=lf