Fix indentation: convert spaces to tabs in Xamarin.Android.Build.Tasks source files#11375
Draft
Copilot wants to merge 2 commits into
Draft
Fix indentation: convert spaces to tabs in Xamarin.Android.Build.Tasks source files#11375Copilot wants to merge 2 commits into
Xamarin.Android.Build.Tasks source files#11375Copilot wants to merge 2 commits into
Conversation
6 tasks
…sks source files Agent-Logs-Url: https://github.com/dotnet/android/sessions/a4ea4025-b221-4f34-8433-f3bab8f309d8 Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix indentation by converting spaces to tabs in source files
Fix indentation: convert spaces to tabs in May 15, 2026
Xamarin.Android.Build.Tasks source files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Six source files under
src/Xamarin.Android.Build.Tasks/use 4-space indentation instead of tabs, violating the.editorconfigrule (indent_style = tab).Mechanically converted all leading spaces to tabs in:
Tasks/GetAvailableAndroidDevices.csUtilities/JsonExtensions.csUtilities/MSBuildLinkContext.csUtilities/LlvmIrGenerator/LlvmIrTypeCache.csUtilities/ZipArchiveEntryExtensions.csUtilities/AndroidRuntime.csWhitespace-only change (310 insertions, 310 deletions). No logic changes.