forked from EsotericSoftware/spine-runtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
21 lines (18 loc) · 892 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# When text is set to "auto", the path is marked for automatic end-of-line normalization.
# If git decides that the content is text, its line endings are normalized to LF on checkin.
# Set in case people don't have core.autocrlf set.
* text=auto
*.sh text eol=lf
# Unity specific
*.mat merge=unityyamlmerge text eol=lf
*.anim merge=unityyamlmerge text eol=lf
*.unity merge=unityyamlmerge text eol=lf
*.prefab merge=unityyamlmerge text eol=lf
*.physicsMaterial2D merge=unityyamlmerge text eol=lf
*.physicsMaterial merge=unityyamlmerge text eol=lf
*.asset merge=unityyamlmerge text eol=lf
*.meta merge=unityyamlmerge text eol=lf
*.controller merge=unityyamlmerge text eol=lf
# Prevent mixed line ending warnings created by Unity's code auto-updater
*.cginc text eol=lf
*.shader text eol=lf