formatprefs.changeTagCaseLower(changeTagCaseLower);
formatprefs.setMaximumLineWidth(maxLineWidth);
formatprefs.setInitialIndent(currentIndent);
formatprefs.setCloseTags(prefs.getCloseTags());
formatprefs.condenseTags(condenseTags);
formatprefs.inCFScript(inCFScript);
formatprefs.useSpacesInsteadOfTabs(useSpacesInsteadOfTabs);
if (useSpacesInsteadOfTabs) {
formatprefs.setTabWidth(prefs.getTabWidth());
} else {
formatprefs.setTabWidth(1);