git: Set diff.colorMovedWS to ignore-all-space
In addition to `diff.colorMoved` this controls how whitespace changes should affect the detection of moved lines.
This commit is contained in:
@@ -53,6 +53,7 @@
|
|||||||
[diff]
|
[diff]
|
||||||
# Color moved lines differently
|
# Color moved lines differently
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
|
colorMovedWS = ignore-all-space
|
||||||
# No rename limit, propagates to merge. and status.renameLimit too
|
# No rename limit, propagates to merge. and status.renameLimit too
|
||||||
renameLimit = 0
|
renameLimit = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user