fix: update autocrlf

This commit is contained in:
Zhongheng Liu 2025-01-10 22:33:29 +02:00
commit 1a1cabb034
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

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