git: Remove hunk style setting (#26504)
This commit is contained in:
parent
d6255fb3d2
commit
2cd970f137
3 changed files with 25 additions and 116 deletions
|
@ -168,10 +168,6 @@ pub struct GitSettings {
|
|||
///
|
||||
/// Default: on
|
||||
pub inline_blame: Option<InlineBlameSettings>,
|
||||
/// How hunks are displayed visually in the editor.
|
||||
///
|
||||
/// Default: transparent
|
||||
pub hunk_style: Option<GitHunkStyleSetting>,
|
||||
}
|
||||
|
||||
impl GitSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue