build: 📦 git.config

[skip ci]
This commit is contained in:
nsnail 2024-12-12 20:11:16 +08:00
parent ae4ed8b3ef
commit f1fd53f72b

4
scripts/git.config.cmd Normal file
View File

@ -0,0 +1,4 @@
git config --local core.eol lf
git config --local core.autocrlf false
git config --local core.longpaths true
git config --local pull.rebase false