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

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

Loading…
Cancel
Save