Don't set colorMoved in introductory instructions (#1884)

Fixes #1098
This commit is contained in:
Dan Davison 2024-10-22 09:21:26 +01:00 committed by GitHub
parent 7690afa9e9
commit 9c8f40e356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -33,9 +33,6 @@
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
```
Delta has many features and is very customizable; please see the [user manual](https://dandavison.github.io/delta/).

View File

@ -10,12 +10,12 @@
diffFilter = delta --color-only
[delta]
navigate = true
navigate = true # use n and N to move between diff sections
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
```