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

Return binary expression doesn't indent #70

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

Return binary expression doesn't indent #70

belav opened this issue Apr 10, 2021 · 1 comment
Labels
area:formatting type:bug Something isn't working

Comments

@belav
Copy link
Owner

belav commented Apr 10, 2021

    return value == null
    || string.IsNullOrEmpty(value.Trim());
// should be
    return value == null
        || string.IsNullOrEmpty(value.Trim());

And in this case, I don't even know that it is long enough that it should be breaking.

@belav belav added type:bug Something isn't working area:formatting labels Apr 10, 2021
@belav belav added this to the Beta milestone Apr 10, 2021
@belav belav changed the title Return binary expression doesn't intent Return binary expression doesn't indent Apr 10, 2021
@belav
Copy link
Owner Author

belav commented Apr 10, 2021

This isn't an easy fix and needs to be addressed as part of #37

@belav belav closed this as completed Apr 10, 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