Open
Description
Today:
public override val descriptor: SerialDescriptor = buildString {
}
public override val descriptor: SerialDescriptor =
buildClassSerialDescriptor("RowVerticalAlignment") {
}
Should be:
public override val descriptor: SerialDescriptor = buildString {
}
public override val descriptor: SerialDescriptor =
buildClassSerialDescriptor("RowVerticalAlignment") {
}
We need to remove the function indent when it collapses so that wraps are +2 and begin/end control flows can have their curly's flush with the function's visibility modifier indent level.
Activity