Skip to content

Can't turn off range and indexing parentheses #877

Open
@jonniediegelman

Description

I have a line that looks like:

t = dt_s * collect(-buffer_size:-1)

and the new version of the formatter converts it to

t = dt_s * collect((-buffer_size):-1)

I don't want parentheses there, but there seems to be no way currently to turn that off.

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