mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Template Formatting Engine refactoring and fixes
This commit is contained in:
@@ -154,7 +154,7 @@ public class XmlTagBlock extends AbstractXmlBlock{
|
||||
}
|
||||
}
|
||||
|
||||
private Indent getChildrenIndent() {
|
||||
protected Indent getChildrenIndent() {
|
||||
return myXmlFormattingPolicy.indentChildrenOf(getTag())
|
||||
? Indent.getNormalIndent()
|
||||
: Indent.getNoneIndent();
|
||||
|
||||
Reference in New Issue
Block a user