Revert TidyVertSpace to 'no', and make AutoBool option
This commit is contained in:
parent
4246c2c462
commit
16580e0926
|
@ -309,7 +309,7 @@ static const TidyOptionImpl option_defs[] =
|
|||
{ TidyEmptyTags, MU, "new-empty-tags", ST, 0, ParseTagNames, NULL },
|
||||
{ TidyPreTags, MU, "new-pre-tags", ST, 0, ParseTagNames, NULL },
|
||||
{ TidyAccessibilityCheckLevel, DG, "accessibility-check", IN, 0, ParseAcc, accessPicks },
|
||||
{ TidyVertSpace, PP, "vertical-space", BL, yes, ParseBool, boolPicks },
|
||||
{ TidyVertSpace, PP, "vertical-space", BL, no, ParseAutoBool, autoBoolPicks }, /* #228 - tri option */
|
||||
#if SUPPORT_ASIAN_ENCODINGS
|
||||
{ TidyPunctWrap, PP, "punctuation-wrap", BL, no, ParseBool, boolPicks },
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue