From c6b957f457507aaeb1883b927a8f6db06b3ecc1d Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 29 Nov 2017 00:06:35 +0300 Subject: [PATCH] Force LF line delimiters for bash scripts and CRLF for .bat scripts in compiler/cli --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2018070e8fc..bb010b696a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ **/testData/** linguist-vendored +compiler/cli/bin/* eol=lf +compiler/cli/bin/*.bat eol=crlf