-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have code like below that has an annotation above the comment because I need to suppress spell checking in the comment. If I
do that the the comment is indented 8 spaces (continuation indentation). This happens on a function, not a class. All of the rest of the code and comments are indented properly.
@Suppress("SpellCheckingInspection")
/**
* Lorem ipsum dolor sit amet, consectetur adipiscing elit.
*/
fun KDocFormatterTest() {
}
Metadata
Metadata
Assignees
Labels
No labels