docs: Fix delayed git inline blame example (#17320)

Fixes docs example. Otherwise the inline git blame is fully disabled
instead of delayed.

Release Notes:

- N/A
This commit is contained in:
Brian J. Cardiff 2024-09-03 15:04:39 -03:00 committed by GitHub
parent 5a94e0fe3b
commit 132e8e8064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -893,7 +893,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
{
"git": {
"inline_blame": {
"enabled": false,
"enabled": true,
"delay_ms": 500
}
}