Skip to content

Configuration for adding and removing parentheses in binary expressions #10

Open
@dsherret

Description

@dsherret

For example, given the following:

test && testttttttttttttttttttttttt || aaaaaaaaaaaaaaa && testttttttttttttttttttt;

There should be config that formats it like so:

(test && testttttttttttttttttttttttt) ||
  (aaaaaaaaaaaaaaa && testttttttttttttttttttt);

Metadata

Metadata

Assignees

No one assigned

    Labels

    configurationConfigurable formatting behaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions