use zdiff3 instead of regular diff3

dev-docs
Moritz Böhme 2023-01-20 10:23:30 +01:00
parent 01cb099643
commit 614fdf523e
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {