From 28e423942ff43ba57730c52ca7166e6a58cfcf27 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Apr 2021 19:41:10 +0000 Subject: [PATCH] added .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..262f911 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Auto detect text files and perform LF normalization +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file