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
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/KTIJ-20192/Formatting-allow-multiple-variable-declarations-on-the-same-line