Expand xml TidyVertSpace text to include tri-state
This commit is contained in:
parent
16580e0926
commit
154a61543b
|
@ -748,9 +748,10 @@ static const TidyOptionDoc option_docs[] =
|
||||||
"successive tab stops. It is used to map tabs to spaces when reading the "
|
"successive tab stops. It is used to map tabs to spaces when reading the "
|
||||||
"input. "
|
"input. "
|
||||||
},
|
},
|
||||||
{TidyVertSpace,
|
{TidyVertSpace, /* Issue #228 - changed to tri-state */
|
||||||
"This option specifies if Tidy should add some empty lines for "
|
"This option specifies if Tidy should add some extra empty lines for "
|
||||||
"readability. "
|
"readability. Default is 'no'. If set to 'auto', will eliminate nearly "
|
||||||
|
"all newline chars."
|
||||||
},
|
},
|
||||||
{TidyWrapLen,
|
{TidyWrapLen,
|
||||||
"This option specifies the right margin Tidy uses for line wrapping. Tidy "
|
"This option specifies the right margin Tidy uses for line wrapping. Tidy "
|
||||||
|
|
Loading…
Reference in a new issue