Eugen Martynov
09/19/2024, 9:46 AMis String
-> {
0
}
I would expect that closing bracket is on the level of arrow and body had indentation from arrow as well.Sam
09/19/2024, 9:51 AMwhen
branch with the arrow (->
) on a new line. I'd expect this:
is String -> {
0
}
If I do put it on a new line, the IDE formats it like this:
is String
-> {
0
}
so the indentation inside the braces remains the sameEugen Martynov
09/19/2024, 9:52 AMis A,
is B,
-> {}