You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This kind of formatting sometimes bugs me too... However, I don't expect changes anytime soon, see #226 and #395 for further reference. There is a workaround including comments - kind of ugly, but can help readability in some cases.
All that said, I think having consistent formatting outweighs the cost of the occasional style decision I personally don't agree with :)
Let me start with I don't know if this is a bug or intentional behavior, but I would like to understand the reasoning behind this behavior.
Assume input:
this turns into when using
--kotlinlang-style
:What is the reasoning behind annotations being on the same line?
I see similar behavior on data classes
becomes
and it seems that putting the annotation on the same line makes it harder to read.
The text was updated successfully, but these errors were encountered: