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 added on every format. #55

Closed
belav opened this issue Mar 28, 2021 · 2 comments
Closed

Extra Lines added on every format. #55

belav opened this issue Mar 28, 2021 · 2 comments
Assignees
Labels
area:formatting type:bug Something isn't working

Comments

@belav
Copy link
Owner

belav commented Mar 28, 2021

The following inserts a new line after the trailing trivia on every format.

class ClassName
{
    void Method()
    {
        var x = 1; /* no newline after this */
        var y = 2;
    }
}
@belav belav added type:bug Something isn't working area:formatting labels Mar 28, 2021
@belav belav added this to the Beta milestone Mar 28, 2021
@belav
Copy link
Owner Author

belav commented Mar 28, 2021

#22 may also affect this

@belav
Copy link
Owner Author

belav commented Mar 28, 2021

nope, this was a super simple fix

@belav belav self-assigned this Mar 28, 2021
belav added a commit that referenced this issue Mar 29, 2021
GH-55 fixing bug that inserted extra new line after trailing multi-line comment
@belav belav closed this as completed Mar 29, 2021
@belav belav removed this from the Beta milestone Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:formatting type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant