1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix .gitattributes

This behavior should check out files in the native line ending depending
on your platform.
This commit is contained in:
Drew DeVault 2016-10-14 10:13:33 -04:00
parent 56f914ba47
commit f27c0d9e91

4
.gitattributes vendored
View File

@ -1,7 +1,9 @@
# This won't normalise line endings, but it will ensure that merge drivers use CRLF
* -text eol=crlf
*.cs eol=crlf
*.cs text=auto
*.csproj text=auto
*.sln text=auto
# Currently in-use binary file extensions
*.blend binary