Delta: fix wrapping
This commit is contained in:
parent
069ff8ba5e
commit
a85103ebc3
1 changed files with 3 additions and 1 deletions
|
|
@ -103,8 +103,10 @@ in
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
core.editor = "hx";
|
core.editor = "hx";
|
||||||
credential.helper = "cache --timeout=3600 ";
|
credential.helper = "cache --timeout=3600 ";
|
||||||
|
delta.side-by-side = true;
|
||||||
|
delta.line-numbers = true;
|
||||||
delta.navigate = true;
|
delta.navigate = true;
|
||||||
# delta.side-by-side = true;
|
delta.wrap-max-lines = "unlimited";
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
diff.guitool = "meld";
|
diff.guitool = "meld";
|
||||||
diff.tool = "meld";
|
diff.tool = "meld";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue