1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:23:22 +08:00

Merge pull request #81 from SirCmpwn/line-endings

Fix .gitattributes
This commit is contained in:
Dean Herbert 2016-10-14 23:19:45 +09:00 committed by GitHub
commit bada1a2e11

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