LineIndentProvider: support control flow constructions
Part of #KT-22211
This commit is contained in:
+2
-2
@@ -22,14 +22,14 @@ fun some(x: Any) {
|
||||
}
|
||||
|
||||
when
|
||||
(true) {
|
||||
(true) {
|
||||
|
||||
}
|
||||
|
||||
when
|
||||
|
||||
|
||||
(true) {
|
||||
(true) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user