Remove .gitattributes (#487)

This commit is contained in:
tomcw 2017-09-22 20:43:04 +01:00
parent c8dc857bbb
commit 72dc573ce1

12
.gitattributes vendored
View File

@ -1,12 +0,0 @@
# ref: https://help.github.com/articles/dealing-with-line-endings/#platform-all
# Set the default behavior, in case people don't have core.autocrlf set.
# (Check with git config --global --list)
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.bat text eol=crlf