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

SpaceBrace causing breaking when it shouldn't #100

Closed
belav opened this issue Apr 13, 2021 · 0 comments
Closed

SpaceBrace causing breaking when it shouldn't #100

belav opened this issue Apr 13, 2021 · 0 comments
Assignees
Labels
area:formatting type:bug Something isn't working
Milestone

Comments

@belav
Copy link
Owner

belav commented Apr 13, 2021

This code is below the 80 character limit, but it breaks

        public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
// formats as
        public void Configure(
            IApplicationBuilder app,
            IWebHostEnvironment env
        ) {

I think it is because after the ) we do a SpaceBrace, which gets it up past the 80 limit.

@belav belav changed the title Method declaration breaking SpaceBrace causing breaking when it shouldn't Apr 26, 2021
@belav belav self-assigned this Apr 26, 2021
@belav belav added this to the 0.9.1 milestone Apr 26, 2021
@belav belav closed this as completed in 3e8cb58 May 1, 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