From 82e6714d097083b8c046a80af4e2c5bdaaafad3f Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Fri, 10 Jun 2022 17:08:35 +0200 Subject: [PATCH] Fix line endings for api files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) 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