Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OperatorWrap importer #540

Open
dmserebr opened this issue Oct 28, 2021 · 0 comments
Open

Add support for OperatorWrap importer #540

dmserebr opened this issue Oct 28, 2021 · 0 comments

Comments

@dmserebr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants