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:
parent
56f914ba47
commit
f27c0d9e91
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user