Add SortKeys option to doco for NewDefaultConfig.
This commit is contained in:
parent
b5585b0bfd
commit
1a05ce86a9
|
@ -282,6 +282,7 @@ func (c *ConfigState) convertArgs(args []interface{}) (formatters []interface{})
|
|||
// DisableMethods: false
|
||||
// DisablePointerMethods: false
|
||||
// ContinueOnMethod: false
|
||||
// SortKeys: false
|
||||
func NewDefaultConfig() *ConfigState {
|
||||
return &ConfigState{Indent: " "}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue