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
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.
The text was updated successfully, but these errors were encountered:
Fixing some breaking early cases with SpaceBrace and leading comments.
543b1a7
closes #100
3e8cb58
belav
No branches or pull requests
This code is below the 80 character limit, but it breaks
I think it is because after the ) we do a SpaceBrace, which gets it up past the 80 limit.
The text was updated successfully, but these errors were encountered: