Backport documentation for inline git blame (#10677)

Only noticed this when editing zed.dev.

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-04-17 13:08:04 +02:00 committed by GitHub
parent 06987edadb
commit 47ad010901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -555,9 +555,14 @@ To interpret all `.c` files as C++, and files called `MyLockFile` as TOML:
- Default: - Default:
```json ```json
"git": { {
"git_gutter": "tracked_files" "git": {
}, "git_gutter": "tracked_files",
"inline_blame": {
"enabled": true
}
}
}
``` ```
### Git Gutter ### Git Gutter