Skip to content

Reformat TypePreinit.cs #115191

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

Merged
merged 1 commit into from
Apr 30, 2025
Merged

Reformat TypePreinit.cs #115191

merged 1 commit into from
Apr 30, 2025

Conversation

MichalStrehovsky
Copy link
Member

VS changed its mind how this should be formatted (or we added .editorconfig that does that at some point?) and when editing this file I find myself constantly struggling with where VS wants spaces. I don't like reformatting, but don't see a way out - it affects the entire big switch block.

VS changed its mind how this should be formatted (or we added `.editorconfig` that does that at some point?) and when editing this file I find myself constantly struggling with where VS wants spaces. I don't like reformatting, but don't see a way out - it affects the entire big switch block.
@Copilot Copilot AI review requested due to automatic review settings April 30, 2025 13:00
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request reformats the file TypePreinit.cs to improve consistency in code style and indentation according to the updated Visual Studio/.editorconfig settings. The key changes include the consistent use of braces around code blocks, standardizing switch-case block formatting, and minor whitespace adjustments across the file.

Copy link
Contributor

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

@jkotas
Copy link
Member

jkotas commented Apr 30, 2025

/ba-g build analysis stuck

@jkotas jkotas merged commit dbb3f75 into dotnet:main Apr 30, 2025
94 checks passed
@MichalStrehovsky MichalStrehovsky deleted the reformatpreinit branch April 30, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants