From cfd6e7cf4e14978d1b38b54d5c8c888368978cd8 Mon Sep 17 00:00:00 2001 From: SaarChaffee <1240148332@qq.com> Date: Sun, 10 Apr 2022 01:19:02 +0800 Subject: [PATCH] add new standard and change files from CRLF to LF --- .gitattributes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ea5302c40..f85a19779 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,14 @@ +* text=auto +*.jpg -text *.bat text eol=crlf -*.py eol=lf \ No newline at end of file +*.txt text eol=lf +*.sh text eol=lf +*.js text eol=lf +*.ts text eol=lf +*.py eol=lf +*.vue text eol=lf +*.css text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.json text eol=lf +*.html text eol=lf \ No newline at end of file