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:
2024-03-07 11:51:54 +01:00
parent 45901f95df
commit fc7aad6c1e

View File

@@ -53,6 +53,7 @@
[diff]
# Color moved lines differently
colorMoved = default
colorMovedWS = ignore-all-space
# No rename limit, propagates to merge. and status.renameLimit too
renameLimit = 0