Skip to content

Commit

Permalink
git(delta): enable side-by-side as an workaround for line-wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CoelacanthusHex committed Dec 19, 2021
1 parent 3ad4b64 commit 9d933bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/.config/git/format.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
line-numbers-plus-style = green
line-numbers-left-style = blue
line-numbers-right-style = blue
max-line-distance = 0.6
max-line-length = 512
hyperlinks = true
navigate = true
navigate-regex = '^(commit|added:|removed:|renamed:|modified:|•)'
# FIXME: As a workarround, https://github.com/dandavison/delta/issues/299#issuecomment-997388757
side-by-side = true

[merge]
conflictstyle = diff3
Expand Down

0 comments on commit 9d933bb

Please sign in to comment.