The indentation change from 4 to 8, how to convert it back to 4?
@Composable
fun <T> ListContent(
modifier: Modifier = Modifier // The indentation I'd like to.
)
@Composable
fun <T> ListContent(
modifier: Modifier = Modifier // But the indentation actually I get.
)