Skip to content

Add support for OperatorWrap importer #540

@dmserebr

Description

@dmserebr

Currently, the OperatorWrap check which requires operators like && to be at the start of the new line (https://checkstyle.org/config_whitespace.html#OperatorWrap) is not imported into IDEA.
By default, IDEA autoformatter puts it at the end of the line, which makes OperatorWrap check very inconvenient (one has to tune the setting manually in IDEA settings).

I think adding an OperatorWrapImporter would be a great enhancement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-style-importerRelated to the code style import functionalityenhancementRequest for new functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions