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
+8 -3
View File
@@ -555,9 +555,14 @@ To interpret all `.c` files as C++, and files called `MyLockFile` as TOML:
- Default:
```json
"git": {
"git_gutter": "tracked_files"
},
{
"git": {
"git_gutter": "tracked_files",
"inline_blame": {
"enabled": true
}
}
}
```
### Git Gutter