parent
383e868af0
commit
10226a3992
2 changed files with 32 additions and 0 deletions
|
@ -1043,6 +1043,32 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
|
|||
}
|
||||
```
|
||||
|
||||
3. Show a commit summary next to the commit date and author:
|
||||
|
||||
```json
|
||||
{
|
||||
"git": {
|
||||
"inline_blame": {
|
||||
"enabled": true,
|
||||
"show_commit_summary": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
4. Use this as the minimum column at which to display inline blame information:
|
||||
|
||||
```json
|
||||
{
|
||||
"git": {
|
||||
"inline_blame": {
|
||||
"enabled": true,
|
||||
"min_column": 80
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Indent Guides
|
||||
|
||||
- Description: Configuration related to indent guides. Indent guides can be configured separately for each language.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue