Make sure *.cs has CRLF line endings.

This commit is contained in:
Dean Herbert 2016-10-14 23:08:53 +09:00 committed by GitHub
parent 123d92f5b9
commit 56f914ba47
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,6 +1,8 @@
# 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
# Currently in-use binary file extensions # Currently in-use binary file extensions
*.blend binary *.blend binary
*.bmp binary *.bmp binary