diff --git a/.gitattributes b/.gitattributes index 6723e0273..0a9b82c62 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ *.sh text eol=lf *.bat text eol=crlf + +# Binary compatibility validator generates LF +*.api text eol=lf