Java Format Code looses indentation for multi-line TODO: in JavaDoc comments
已回答
I love multi-line TODO: comments in general and in JavaDocs to draw attention to something or mark a to do item. However, I have not found a way to configure Java code style options to not loose the indentation on continuation lines, effectively removing them from the multi-line todo:
Before format:

After format:

Is there such an option or is this a YouTrack feature request?
请先登录再写评论。
It's a known issue: https://youtrack.jetbrains.com/issue/IDEA-198240 .
Thanks Serge. I added my two cents' worth by voting it up on YouTrack.