Force LF line endings for Windows (#12266)

* Force LF line endings for Windows

* include all
This commit is contained in:
Johann Kellerman 2018-02-12 05:23:16 +02:00 committed by Paulus Schoutsen
parent 069454323e
commit f28fa7447e

10
.gitattributes vendored
View file

@ -1,3 +1,9 @@
# Ensure Docker script files uses LF to support Docker for Windows.
setup_docker_prereqs eol=lf
/virtualization/Docker/scripts/* eol=lf
# Ensure "git config --global core.autocrlf input" before you clone
* text eol=lf
*.py whitespace=error
*.ico binary
*.jpg binary
*.png binary
*.zip binary