Skip to content

Fix indentation: convert spaces to tabs in Xamarin.Android.Build.Tasks source files#11375

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-indentation-spaces-to-tabs
Draft

Fix indentation: convert spaces to tabs in Xamarin.Android.Build.Tasks source files#11375
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-indentation-spaces-to-tabs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

Six source files under src/Xamarin.Android.Build.Tasks/ use 4-space indentation instead of tabs, violating the .editorconfig rule (indent_style = tab).

Mechanically converted all leading spaces to tabs in:

  • Tasks/GetAvailableAndroidDevices.cs
  • Utilities/JsonExtensions.cs
  • Utilities/MSBuildLinkContext.cs
  • Utilities/LlvmIrGenerator/LlvmIrTypeCache.cs
  • Utilities/ZipArchiveEntryExtensions.cs
  • Utilities/AndroidRuntime.cs

Whitespace-only change (310 insertions, 310 deletions). No logic changes.

…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 Xamarin.Android.Build.Tasks source files May 15, 2026
Copilot AI requested a review from jonathanpeppers May 15, 2026 19:36
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.

[fix-finder] Fix indentation: convert spaces to tabs in Xamarin.Android.Build.Tasks source files

2 participants