From d16ef53457d14a44b3937e4cd496c9fa82f4e66e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Apr 2021 19:41:10 +0000 Subject: [PATCH] added .gitattributes Former-commit-id: 64cb232565fc0cfd290a77c902619960b9fc08f1 --- .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