Introduce end-of-line normalization

Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
This commit is contained in:
Miguel A. Colón Vélez 2015-08-04 23:52:48 +02:00 committed by Gregory Hainaut
parent a42a236961
commit 6462393aaf
500 changed files with 117546 additions and 117538 deletions

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.props text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf