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
请先登录再写评论。
Please vote for https://youtrack.jetbrains.com/issue/KTIJ-20192/Formatting-allow-multiple-variable-declarations-on-the-same-line