use zdiff3 instead of regular diff3
parent
01cb099643
commit
614fdf523e
|
@ -48,7 +48,7 @@ in
|
|||
userEmail = cfg.identity.email;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
};
|
||||
delta.enable = true;
|
||||
signing = mkIf cfg.signing {
|
||||
|
|
Loading…
Reference in New Issue