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 14:04:39 -04:00
committed by GitHub
parent 5a94e0fe3b
commit 132e8e8064
+1 -1
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
}
}