mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 00:44:37 +07:00
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
12 lines
1.4 KiB
Java
12 lines
1.4 KiB
Java
class Foo{
|
|
void foo() {
|
|
final IndentInfo indentProperty = Formatter.getInstance().getWhiteSpaceBefore(new PsiBasedFormattingModel(element.getContainingFile(),
|
|
settings),
|
|
CodeFormatterFacade.createBlock(element.getContainingFile(),
|
|
settings),
|
|
settings,
|
|
indentOptions,
|
|
child2.getTextRange(),
|
|
false);
|
|
}
|
|
} |