Skip to content

Comments cause indentation issues #72

@archimondain

Description

@archimondain

Comments causes indentation issues. This is ok:

int fct() {
    int v = 0;
    return 0 ;
}

This is not (it says that there is an indentation issue on the return line, that indent is 4 but should be 0):

int fct() {
    int v = 0;

    /** 
     * cool
     */

    return 0;
}

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