git: Remove hunk style setting (#26504)

This commit is contained in:
Cole Miller 2025-03-12 00:35:34 -04:00 committed by GitHub
parent d6255fb3d2
commit 2cd970f137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 116 deletions

View file

@ -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 {