formatting problem
in scalatest, my code always looks like this:
test("open file") {
}
but i want it to be formatted like this:
test("open file") {
}
what's the setting i need to make? i tried the obvious ones, but they didn't work
workaround:
test("simple open file") apply {
}
请先登录再写评论。
It seems you have setting "Method Call Arguments: Align when multiline". It seems like a bug.
Best regards,
Alexander Podkhalyuzin.