-
Notifications
You must be signed in to change notification settings - Fork 811
chore: dotnet format fix formatting issues and remove unnecessary whitespace across multiple files #18526
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
base: main
Are you sure you want to change the base?
chore: dotnet format fix formatting issues and remove unnecessary whitespace across multiple files #18526
Conversation
…tespace across multiple files - Cleaned up comments and removed trailing whitespace in various files. - Ensured consistent formatting in Bicep decompiler integration tests and unit tests. - Removed extra newlines and ensured proper line endings in JSON and YAML files. - Updated project files to maintain consistent formatting and remove unnecessary whitespace.
|
Test this change out locally with the following install scripts (Action run 19556040654) VSCode
Azure CLI
|
Dotnet Test Results 102 files - 51 102 suites - 51 38m 12s ⏱️ - 26m 32s Results for commit f582bfa. ± Comparison against base commit a96acf3. This pull request removes 1963 and adds 662 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
|
|
I couldn't make grep -rn --exclude-dir={.git,.vscode-test,.turbo,node_modules,baselines,TestResults,bin,obj,out,dist} --exclude='*.bicep' --exclude='*.bicepparam' --exclude='*.gif' --exclude='*.svg' --exclude='*.png' --exclude='*.PNG' --exclude='local-tpn.txt' --exclude='*.jpg' --exclude='*.dll' --exclude='*.pdb' --exclude='*.xml' --exclude='*.resx' --exclude='*.so' --exclude='*.dylib' --exclude='*.Designer.cs' --exclude='*.binlog' --exclude='*.tgz' --exclude='Bicep.McpServer' --exclude='Bicep.LangServer' --exclude='*.ico' -P '[ \t]+$' . |
Description
This PR contains formatting-only changes produced by running
dotnet formatto remove trailing whitespace, normalize line endings, and tidy up incidental spacing across the repository.The edits are limited to whitespace and formatting cleanups (trimming trailing spaces and tabs, removing lines that contained only whitespace, collapsing accidental extra blank lines, and ensuring consistent newline characters in text files) and do not change any runtime logic or behavior.
Checklist
Microsoft Reviewers: Open in CodeFlow