small fix for indent-with-tabs to have a default xml value

This commit is contained in:
Geoff McLane 2015-05-25 16:48:39 +02:00
parent d9113957d8
commit b8bc88522c
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ static const TidyOptionImpl option_defs[] =
{ TidySortAttributes, PP, "sort-attributes", IN, TidySortAttrNone,ParseSorter, sorterPicks },
{ TidyMergeSpans, MU, "merge-spans", IN, TidyAutoState, ParseAutoBool, autoBoolPicks },
{ TidyAnchorAsName, MU, "anchor-as-name", BL, yes, ParseBool, boolPicks },
{ TidyPPrintTabs, PP, "indent-with-tabs", BL, no, ParseTabs, NULL }, /* 20150515 - Issue #108 */
{ TidyPPrintTabs, PP, "indent-with-tabs", BL, no, ParseTabs, boolPicks }, /* 20150515 - Issue #108 */
{ N_TIDY_OPTIONS, XX, NULL, XY, 0, NULL, NULL }
};