sgoudham 6 months ago
parent 33f97c6129
commit efba4c0289
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -35,12 +35,22 @@
"node_modules/" "node_modules/"
]; ];
extraConfig = { extraConfig = {
push.autoSetupRemote = true; branch.sort = "-committerdate";
core = { core = {
autocrlf = "input"; autocrlf = "input";
editor = "nvim"; editor = "nvim";
}; };
commit.verbose = true;
fetch = {
fsckobjects = true;
prune = true;
prunetags = true;
};
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictstyle = "zdiff3";
push.autoSetupRemote = true;
receive.fsckObjects = true;
transfer.fsckobjects = true;
}; };
}; };
} }

Loading…
Cancel
Save