"Use continuation indent for expression body" for prop initializers
This commit is contained in:
+7
-2
@@ -1,8 +1,13 @@
|
||||
val x: Int
|
||||
= 1
|
||||
= 1
|
||||
|
||||
val y: Int =
|
||||
2
|
||||
|
||||
fun foo()
|
||||
= 1
|
||||
= 1
|
||||
|
||||
fun bar() =
|
||||
1
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES
|
||||
|
||||
Reference in New Issue
Block a user