Add .gitattributes to enforce native line-endings

This commit is contained in:
Nikolaus Waxweiler 2019-02-05 12:11:25 +00:00
parent 6c0bcb9073
commit 45cc01a1d1

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