Prevent git autocrlf for bash scripts (#7949)

This commit is contained in:
Holger Kohr
2018-05-31 00:09:10 +02:00
committed by Soumith Chintala
parent f721481543
commit fa8bdafa6c

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# BASH scripts shouldn't be converted since they may need to be used by Docker
*.sh text eol=lf