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:
electria 2026-06-26 07:39:25 -07:00
commit 934a07640e
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -30,7 +30,6 @@ in
push.autoSetupRemote = true;
merge.conflictStyle = "zdiff3"; # easiest to understand style
commit.verbose = true; # show diffs in commit editor
};
};