Don't indent { for functions on new lines
This commit is contained in:
@@ -324,6 +324,7 @@ public class JetBlock extends AbstractBlock {
|
||||
|
||||
ASTIndentStrategy.forNode("Indent for parts")
|
||||
.in(PROPERTY, FUN)
|
||||
.notForType(BLOCK)
|
||||
.set(Indent.getContinuationWithoutFirstIndent()),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user