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

16.9-Preview1 Formatting #5192

Closed
NTaylorMullen opened this issue Aug 31, 2020 · 1 comment · Fixed by #2526
Closed

16.9-Preview1 Formatting #5192

NTaylorMullen opened this issue Aug 31, 2020 · 1 comment · Fixed by #2526
Assignees
Milestone

Comments

@NTaylorMullen
Copy link
Contributor

Fix nested C# formatting,

@if (true)
{
<div></div>
}

should be,

@if (true)
{
    <div></div>
}
@NTaylorMullen
Copy link
Contributor Author

@ajaybhargavb could you move/re-milestone all the various formatting issues in 16.8-P4?

@ajaybhargavb ajaybhargavb changed the title 16.8-Preview4 Formatting 16.9-Preview1 Formatting Sep 22, 2020
@ghost ghost closed this as completed in #2526 Sep 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Oct 24, 2020
@ghost ghost unlocked this conversation Oct 9, 2021
@allisonchou allisonchou transferred this issue from dotnet/aspnetcore Oct 9, 2021
@allisonchou allisonchou added this to the 16.9-Preview1 milestone Oct 9, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 8, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants