diff options
author | June McEnroe <june@causal.agency> | 2022-02-03 21:49:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-03 21:49:19 -0500 |
commit | bd4b2a727d1fd79289674294ae2d9f768f938d2e (patch) | |
tree | 35bf3b4b7767d35627918bf46f46dad97dbb3a99 /home/.config/git | |
parent | Publish "Introducing Jorts" (diff) | |
download | src-bd4b2a727d1fd79289674294ae2d9f768f938d2e.tar.gz src-bd4b2a727d1fd79289674294ae2d9f768f938d2e.zip |
Set diff.colorMovedWS
Diffstat (limited to 'home/.config/git')
-rw-r--r-- | home/.config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index 119180ab..1a6d5ce1 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -7,6 +7,7 @@ [diff] colorMoved = default + colorMovedWS = allow-indentation-change [merge] conflictStyle = diff3 |