Skip to content

Edge case with annotations #42

@jlkeesey

Description

@jlkeesey

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions