Disable Kotlin formatting for multiple variable declaration on the same line

已回答

As titled, I'd like this to remain on the same line after code formatting (which instead will put them each one on a single line)

var mouseMoved = false; var mouseWheeled = false; var keyChanged = false; var textInputed = false
0

请先登录再写评论。