Merge pull request #1487 from madig/rechange-lineendings-to-lf

Rechange line-endings of some files from DOS to Unix
This commit is contained in:
Nikolaus Waxweiler 2019-02-05 12:49:40 +00:00 committed by GitHub
commit b517d95b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1663 additions and 1654 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.py text

View File

@ -1,3 +1,6 @@
- The previous release accidentally changed several files from Unix to DOS
line-endings. Fix that.
3.37.2 (released 2019-02-05)
----------------------------