Make overview ConfigState options order consistent.
This commit is contained in:
parent
c2fe715681
commit
1c16a20c21
|
@ -70,14 +70,14 @@ equivalent to the top-level functions. This allows concurrent configuration
|
||||||
options. See the ConfigState documentation for more details.
|
options. See the ConfigState documentation for more details.
|
||||||
|
|
||||||
The following configuration options are available:
|
The following configuration options are available:
|
||||||
* MaxDepth
|
|
||||||
Maximum number of levels to descend into nested data structures.
|
|
||||||
There is no limit by default.
|
|
||||||
|
|
||||||
* Indent
|
* Indent
|
||||||
String to use for each indentation level for Dump functions.
|
String to use for each indentation level for Dump functions.
|
||||||
It is a single space by default. A popular alternative is "\t".
|
It is a single space by default. A popular alternative is "\t".
|
||||||
|
|
||||||
|
* MaxDepth
|
||||||
|
Maximum number of levels to descend into nested data structures.
|
||||||
|
There is no limit by default.
|
||||||
|
|
||||||
* DisableMethods
|
* DisableMethods
|
||||||
Disables invocation of error and Stringer interface methods.
|
Disables invocation of error and Stringer interface methods.
|
||||||
Method invocation is enabled by default.
|
Method invocation is enabled by default.
|
||||||
|
|
Loading…
Reference in New Issue