git: merge.conflictstyle = "zdiff3"
This commit is contained in:
parent
e317ad9e0f
commit
0c799ee87a
|
@ -153,7 +153,7 @@ in {
|
|||
extraConfig = {
|
||||
rerere.enabled = true;
|
||||
pull.ff = "only";
|
||||
merge.conflictstyle = "diff3";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue