mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-16223 JSX/HTML indentation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user