1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-20 05:19:24 +02:00

Fixing indent in user_config.go

This commit is contained in:
Phanindra kumar Paladi 2023-02-01 09:50:37 +05:30
parent 01f0efb997
commit 35c5f940a4

View File

@ -51,7 +51,7 @@ type GuiConfig struct {
CommandLogSize int `yaml:"commandLogSize"`
SplitDiff string `yaml:"splitDiff"`
SkipRewordInEditorWarning bool `yaml:"skipRewordInEditorWarning"`
WindowSize string `yaml:"windowSize"`
WindowSize string `yaml:"windowSize"`
}
type ThemeConfig struct {