chore: ensure lf but not crlf for build scripts

This commit is contained in:
Zaiming (Stone) Shi 2022-01-10 12:12:20 +01:00
parent b2684b995d
commit 39d60121d1
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,5 +1,7 @@
* text=auto * text=auto
*.* text eol=lf *.* text eol=lf
./build text eol=lf
scripts/* text eol=lf
*.cmd text eol=crlf *.cmd text eol=crlf
*.jpg -text *.jpg -text
*.png -text *.png -text