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:
parent
5a94e0fe3b
commit
132e8e8064
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
|
||||||
{
|
{
|
||||||
"git": {
|
"git": {
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"delay_ms": 500
|
"delay_ms": 500
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue