From e174d1d92ec0aa9e4c7623d0f472c74d337ae0ff Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 4 Sep 2023 14:47:33 +0200 Subject: gitconfig: set --color-moved-ws=allow-indentation-change --- dotfiles/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index cc6026d..0ea5838 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -26,6 +26,7 @@ [diff] renames = copy colorMoved = true + colorMovedWS = allow-indentation-change algorithm = histogram [pull] ff = only -- cgit v1.2.3