Skip to content

Comments cause indentation issues #72

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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