Fix indentation
This commit is contained in:
@@ -27,7 +27,7 @@ type General struct {
|
||||
EnableNotifications bool
|
||||
UseTerminalBell bool
|
||||
NotificationTimeout int64
|
||||
BacklogMsgQuantity int
|
||||
BacklogMsgQuantity int
|
||||
}
|
||||
|
||||
type Keymap struct {
|
||||
@@ -80,7 +80,7 @@ var Config = IniFile{
|
||||
EnableNotifications: false,
|
||||
UseTerminalBell: false,
|
||||
NotificationTimeout: 60,
|
||||
BacklogMsgQuantity: 10,
|
||||
BacklogMsgQuantity: 10,
|
||||
},
|
||||
&Keymap{
|
||||
SwitchPanels: "Tab",
|
||||
|
||||
Reference in New Issue
Block a user