NewDefaultConfig returns a ConfigState with the following default settings. Indent: " " MaxDepth: 0 DisableMethods: false DisablePointerMethods: false ContinueOnMethod: false SortKeys: false
()
| 302 | // ContinueOnMethod: false |
| 303 | // SortKeys: false |
| 304 | func NewDefaultConfig() *ConfigState { |
| 305 | return &ConfigState{Indent: " "} |
| 306 | } |
no outgoing calls
searching dependent graphs…