You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: