add new standard and change files from CRLF to LF

This commit is contained in:
SaarChaffee 2022-04-10 01:19:02 +08:00
parent 4339126c7e
commit cfd6e7cf4e

14
.gitattributes vendored
View File

@ -1,2 +1,14 @@
* text=auto
*.jpg -text
*.bat text eol=crlf
*.py eol=lf
*.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