summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go6
1 files changed, 3 insertions, 3 deletions
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 {