diff --git a/.gitattributes b/.gitattributes index b6e040e31..4ed78b2af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,11 @@ # Set default behaviour, in case users don't have core.autocrlf set. * text=auto -*.py text eol=lf -*.cmd text eolf=crlf -*.bat text eolf=crlf +*.py text eol=lf +*.cmd text eolf=crlf +*.bat text eolf=crlf *.png binary *.jpg binary *.pdf binary +*.zip binary