Is here right place to ask future of a ticket abou...
# intellij
s
Is here right place to ask future of a ticket about formatter? https://youtrack.jetbrains.com/issue/KT-24750 Or if I want to fix it and open a PR, where is formatter plugin?
a
It is currently not planned. You can surely work on it, the repo is here: https://github.com/JetBrains/kotlin
s
Hahaha I know kotlin repo. I was more curious about where exactly formatter code. 😅 Is responsible part this https://github.com/JetBrains/kotlin/tree/master/idea/formatter
Okey I find it BLANK_LINES_AFTER_CLASS_HEADER. I will try to fix it 😄
Here is my try to fix this issue -> https://github.com/JetBrains/kotlin/pull/3225
👍 1
https://twitter.com/snnkzk/status/1251168082464210944 https://github.com/kozaxinan/ktlint-rules I published a story of how I tried to fix Kotlin formatter issue and how I fixed the problem with ktlint before Kotlin accepts my fix PR.