diff --git a/.gitattributes b/.gitattributes index 214efef6e4dcec..1e4e6c6a091ccb 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