mirror of https://github.com/ppy/osu
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
|
@ -1,7 +1,9 @@
|
||||||
# This won't normalise line endings, but it will ensure that merge drivers use CRLF
|
# This won't normalise line endings, but it will ensure that merge drivers use CRLF
|
||||||
* -text eol=crlf
|
* -text eol=crlf
|
||||||
|
|
||||||
*.cs eol=crlf
|
*.cs text=auto
|
||||||
|
*.csproj text=auto
|
||||||
|
*.sln text=auto
|
||||||
|
|
||||||
# Currently in-use binary file extensions
|
# Currently in-use binary file extensions
|
||||||
*.blend binary
|
*.blend binary
|
||||||
|
|
Loading…
Reference in New Issue