init line-indent-provider module
Part of #KT-22211
This commit is contained in:
+3
-1
@@ -2320,4 +2320,6 @@ private fun ASTNode.suppressBinaryExpressionIndent(): Boolean {
|
||||
psi = psi.parent as KtBinaryExpression
|
||||
}
|
||||
return psi.parent?.node?.elementType == CONDITION || psi.operationToken == ELVIS
|
||||
}
|
||||
}
|
||||
|
||||
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER
|
||||
Reference in New Issue
Block a user