Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Auto Indent indents documentation wrong #58

Open
@timbrandin

Description

@timbrandin

When marking all the following rows below and auto indenting, (using CMD+^+P and searching for Auto Intent and pressing enter) the result is not correct like it was before. The result is missing single spaces on some rows, see below.

/**
 * Function description.
 */
function example() {
}

Result: (wrong)

/**
* Function description.
*/
function example() {
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions