chore: set blame
to false
by default
This commit is contained in:
parent
9bdf9ac941
commit
1439261d17
1 changed files with 1 additions and 7 deletions
|
@ -171,19 +171,13 @@ impl Default for GutterLineNumbersConfig {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize, Default)]
|
||||
#[serde(rename_all = "kebab-case", default, deny_unknown_fields)]
|
||||
pub struct VersionControlConfig {
|
||||
/// Whether to enable git blame
|
||||
pub blame: bool,
|
||||
}
|
||||
|
||||
impl Default for VersionControlConfig {
|
||||
fn default() -> Self {
|
||||
Self { blame: true }
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "kebab-case", default, deny_unknown_fields)]
|
||||
pub struct FilePickerConfig {
|
||||
|
|
Loading…
Add table
Reference in a new issue