tnorbye / kdoc-formatter

Reformats Kotlin KDoc comments, reflowing text and other cleanup, both via IDE plugin and command line utility
Apache License 2.0
73 stars 2 forks source link

1.5.5: Bug fixes, IDE plugin improvements, block comments #73

Closed tnorbye closed 2 years ago

tnorbye commented 2 years ago

Misc code cleanup (such as a new FormattingTask object which passes around state for the formatting job, such that it no longer has to have the hacky parameter order list in the options class etc).

Plus 1.5.5 work: