From fafc1e0b944b5d545d0f63761d266ebfc8b8b2ca Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 22 Aug 2021 09:38:23 -0700 Subject: [PATCH] git: ensure that dosbatch files use CRLF for line endings This ensures that we do not accidentally convert line-endings in Windows batch files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4a44c64a6dbd5..1ba346f2420de 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.swift.gyb linguist-language=Swift *.cpp.gyb linguist-language=C++ +*.bat text eol=crlf