mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
gitattributes: set .cginc and .shader files to lf line endings to prevent Unity code auto-updater to create mixed line endings.
This commit is contained in:
parent
c8594a66c4
commit
533203bf32
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -15,3 +15,7 @@
|
||||
*.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user