From 1996eddd9124709431ced14b1650ae5a50963be7 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 21 Nov 2021 12:48:49 +1100 Subject: more efficient context diff size changing --- pkg/config/user_config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/config') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 14038c9ae..a8a54126a 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -70,9 +70,9 @@ type GitConfig struct { DisableForcePushing bool `yaml:"disableForcePushing"` CommitPrefixes map[string]CommitPrefixConfig `yaml:"commitPrefixes"` // this shoudl really be under 'gui', not 'git' - ParseEmoji bool `yaml:"parseEmoji"` - Log LogConfig `yaml:"log"` - DiffContextSize int `yaml:"diffContextSize"` + ParseEmoji bool `yaml:"parseEmoji"` + Log LogConfig `yaml:"log"` + DiffContextSize int `yaml:"diffContextSize"` } type PagingConfig struct { -- cgit v1.2.3