Skip to content

[BUG] "editor.autoIndent" setting erroneously controls javadoc newline character insertion #4073

Open
@akinevz0

Description

@akinevz0

Below provided settings.json snippet, when added to settings.json leads to no * symbol being added after newline.

"[java]": {
        "editor.suggest.snippetsPreventQuickSuggestions": false,
        "editor.autoIndent": "none"
}

Without these configurations, I get unwanted behaviour where an indent is inserted before the * symbol on a javadoc newline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions