1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Merge pull request #1002 from SaarChaffee/master

add newline standard to LF
This commit is contained in:
LmeSzinc
2022-04-11 02:09:55 +08:00
committed by GitHub

15
.gitattributes vendored
View File

@@ -1,2 +1,15 @@
* text=auto
*.jpg -text
*.png -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