Skip to content

Indentation for anonymous function broken #66

Closed
@ianks

Description

@ianks

For example, this will be the detected indentation for this expression:

const buttons = map(data, (datum) => (
return datum;
));

Does this have to do with detecting arrow functions?

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