Disable Kotlin formatting for multiple variable declaration on the same line

Answered

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

Please sign in to leave a comment.