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

Extra Lines in comments #66

Closed
belav opened this issue Apr 3, 2021 · 1 comment
Closed

Extra Lines in comments #66

belav opened this issue Apr 3, 2021 · 1 comment
Labels

Comments

@belav
Copy link
Owner

belav commented Apr 3, 2021

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

@belav belav added type:bug Something isn't working area:formatting labels Apr 3, 2021
@belav belav added this to the Beta milestone Jul 19, 2021
@belav
Copy link
Owner Author

belav commented Jul 19, 2021

Another example

    // random comment
    
    // other random comment

    public void Method() { }

I'm thinking maybe lines between and after comments should be removed.

@belav belav removed this from the Beta milestone Sep 18, 2021
@belav belav closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant