(Maint) Multiple formatting things #2528
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
Four commits, four types of changes across the codebase. The changes only were applied to
.cs
files, there might be files with other extensions I missed..cs
files already had a BOM, now they all do..cs
files already had a trailing newline, now they all do.Motivation and Context
I was tired of fixing trailing whitespace one file at a time, let's fix it all at once. The other things came along for the ride.
Testing
This builds, and the automated tests pass, which helps confirm that I made no code changes, only formatting changes.
While reviewing this, it is probably easiest to review the diff commit by commit.
Change Types Made
Related Issue
N/A, formatting
Change Checklist