git: Set context and interHunkContext to a higher value
Default value of 3 turns out to be low sometimes. Increase it to 8.
This commit is contained in:
parent
920241f429
commit
22596f2998
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
pruneTags = true
|
pruneTags = true
|
||||||
[diff]
|
[diff]
|
||||||
tool = nvimdiff
|
tool = nvimdiff
|
||||||
|
context = 8
|
||||||
|
interHunkContext = 8
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
|
|
Loading…
Reference in a new issue