From f28fa7447ef4d7f746d2d53c9f66c28fcd3a8449 Mon Sep 17 00:00:00 2001 From: Johann Kellerman Date: Mon, 12 Feb 2018 05:23:16 +0200 Subject: [PATCH] Force LF line endings for Windows (#12266) * Force LF line endings for Windows * include all --- .gitattributes | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 214efef6e4dce..1e4e6c6a091cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file +# Ensure "git config --global core.autocrlf input" before you clone +* text eol=lf +*.py whitespace=error + +*.ico binary +*.jpg binary +*.png binary +*.zip binary