From c952f2e18a0a76d9fe18f31485707fbde4d2c5f7 Mon Sep 17 00:00:00 2001 From: Richard Leurs Date: Wed, 6 Dec 2017 15:00:58 +0100 Subject: [PATCH] Ensure Docker script files uses LF line endings to support Docker for Windows. (#10067) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000000..214efef6e4dcec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure Docker script files uses LF to support Docker for Windows. +setup_docker_prereqs eol=lf +/virtualization/Docker/scripts/* eol=lf \ No newline at end of file