docs: Missing comma (#28780)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-04-15 20:30:59 -04:00 committed by GitHub
parent 3f4d4af080
commit 134a0563c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1311,10 +1311,10 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
"include_warnings": true, "include_warnings": true,
"inline": { "inline": {
"enabled": false "enabled": false
} },
"update_with_cursor": false, "update_with_cursor": false,
"primary_only": false, "primary_only": false,
"use_rendered": false, "use_rendered": false
} }
} }
``` ```