WEB-16223 JSX/HTML indentation

This commit is contained in:
Rustam Vishnyakov
2015-04-24 14:11:21 +03:00
parent 3561357d19
commit 336f10adda
@@ -91,7 +91,7 @@ public class XmlTagBlock extends AbstractXmlBlock{
}
child = processChild(localResult,child, wrap, alignment, null);
} else if (child.getElementType() == XmlTokenType.XML_EMPTY_ELEMENT_END) {
child = processChild(localResult,child, wrap, alignment, null);
child = processChild(localResult,child, wrap, alignment, Indent.getNoneIndent());
result.add(createTagDescriptionNode(localResult));
localResult = new ArrayList<Block>(1);
}