From a500ce76d24128ef489165ff14204edfc09c6b83 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 13 Aug 2020 17:01:08 +0000 Subject: [PATCH] fixed eol issue with docker in gitattributes Signed-off-by: Arthur Lu --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dfe07704..262f9114 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file