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

Fix formatting of escaped at signs #11462

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

davidwengier
Copy link
Member

Just noticed this while mucking around in OrchardCode

@davidwengier davidwengier requested a review from a team as a code owner February 6, 2025 22:16
body {
background-color: lightblue;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have purposely bad formatting here to demonstrate our formatter ignores it in this case?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our test infra doesn't know how to format CSS or TypeScript, so it's all "bad formatting" as far as the C# formatter is concerned.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, my suggestion was to have bad formatting in input an output (extra or missing space, bad indentation) so it's obvious we are not trying to format in that case. No big deal.

Copy link
Contributor

@alexgav alexgav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants