git: unset conflictStyle
diff3 adds a lot of lines to do the conflict, which can make it harder to understand in full sometimes. especially when the lsp is just filling it with errors
This commit is contained in:
parent
a3b7696382
commit
934a07640e
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ in
|
|||
|
||||
push.autoSetupRemote = true;
|
||||
|
||||
merge.conflictStyle = "zdiff3"; # easiest to understand style
|
||||
commit.verbose = true; # show diffs in commit editor
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue