mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Get indent options directly from Java style settings.
This commit is contained in:
@@ -114,7 +114,7 @@ public abstract class AbstractJavaBlock extends AbstractBlock implements JavaBlo
|
||||
AlignmentInColumnsHelper alignmentInColumnsHelper) {
|
||||
super(node, wrap, createBlockAlignment(alignmentStrategy, node));
|
||||
mySettings = settings;
|
||||
myIndentSettings = settings.getRootSettings().getIndentOptions(StdFileTypes.JAVA);
|
||||
myIndentSettings = settings.getIndentOptions();
|
||||
myIndent = indent;
|
||||
myWrapManager = wrapManager;
|
||||
myAlignmentStrategy = alignmentStrategy;
|
||||
|
||||
Reference in New Issue
Block a user