fix: git autofix CRLF

This commit is contained in:
Zhongheng Liu 2025-01-10 22:28:22 +02:00
commit 449c0e59d9
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -8,6 +8,7 @@
userName = config.myDisplayName;
userEmail = config.myEmail;
extraConfig = {
core.autocrlf = true;
push.autoSetupRemote = true;
commit.gpgsign = true;
#gpg.format = "ssh";