// use parent indent for the end tag
spaces = getBreakSpaces(parent);
} else if (next.getNodeType() == Node.TEXT_NODE) {
if (contraints != null && contraints.getFormatWithSiblingIndent()) {
IDOMNode text = (IDOMNode) next;
IStructuredFormatter formatter = HTMLFormatterNoTwigFactory
.getInstance().createFormatter(text,
getFormatPreferences());
if (formatter instanceof HTMLTextFormatterNoTwig) {
HTMLTextFormatterNoTwig textFormatter = (HTMLTextFormatterNoTwig) formatter;
textFormatter.formatText(text, contraints,