KotlinLikeLangLineIndentProvider: support options for parentheses
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
var a: Boolean
|
||||
get() = false
|
||||
set(<caret>)
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
Reference in New Issue
Block a user