-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
code-style-importerRelated to the code style import functionalityRelated to the code style import functionalityenhancementRequest for new functionalityRequest for new functionality
Description
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.
kpodkalicki
Metadata
Metadata
Assignees
Labels
code-style-importerRelated to the code style import functionalityRelated to the code style import functionalityenhancementRequest for new functionalityRequest for new functionality