.gitattributes 704 B

1234567891011121314151617
  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
  8. *.anim merge=unityyamlmerge text
  9. *.unity merge=unityyamlmerge text
  10. *.prefab merge=unityyamlmerge text
  11. *.physicsMaterial2D merge=unityyamlmerge text
  12. *.physicsMaterial merge=unityyamlmerge text
  13. *.asset merge=unityyamlmerge text
  14. *.meta merge=unityyamlmerge text
  15. *.controller merge=unityyamlmerge text