We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A side effect of #22 is that now extra lines are kept in situations where we would probably want to get rid of them.
public // random comment // other random comment void Method() { }
if ( someCondition // random comment // other random comment || someOtherCondition ) { return; }
This feels like an edge case that probably won't come up very often.
#40 may be somewhat related
The text was updated successfully, but these errors were encountered:
Another example
// random comment // other random comment public void Method() { }
I'm thinking maybe lines between and after comments should be removed.
Sorry, something went wrong.
No branches or pull requests
A side effect of #22 is that now extra lines are kept in situations where we would probably want to get rid of them.
This feels like an edge case that probably won't come up very often.
#40 may be somewhat related
The text was updated successfully, but these errors were encountered: