Skip to content

Comments

Convert tab indentation to 4-space indentation#1

Merged
GooberRF merged 2 commits intomainfrom
copilot/standardize-indentation-spaces
Dec 27, 2025
Merged

Convert tab indentation to 4-space indentation#1
GooberRF merged 2 commits intomainfrom
copilot/standardize-indentation-spaces

Conversation

Copy link
Contributor

Copilot AI commented Dec 27, 2025

Standardizes indentation across all C# source files by replacing tab characters with 4-space indentation.

Changes

  • Converted tabs to 4 spaces in 15 C# files using expand -t 4
  • No functional changes to code logic
Original prompt

standardize indentation by converting all tab indentation to space indentation


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: GooberRF <17713962+GooberRF@users.noreply.github.com>
Copilot AI changed the title [WIP] Convert tab indentation to space indentation Convert tab indentation to 4-space indentation Dec 27, 2025
Copilot AI requested a review from GooberRF December 27, 2025 03:02
@GooberRF GooberRF requested a review from Copilot December 27, 2025 03:06
@GooberRF
Copy link
Owner

@copilot confirm whether this PR changes anything at all other than simply replacing tabs with spaces

Copy link
Contributor Author

Copilot AI commented Dec 27, 2025

@copilot confirm whether this PR changes anything at all other than simply replacing tabs with spaces

Confirmed. This PR changes only whitespace - specifically replacing tab characters with 4 spaces.

Verification:

  • git diff HEAD~1 -w (ignoring whitespace) shows 0 changes
  • All 15 files changed the same number of lines (insertions = deletions)
  • No code, comments, or strings were modified

@GooberRF GooberRF marked this pull request as ready for review December 27, 2025 03:09
@GooberRF GooberRF merged commit 6dae943 into main Dec 27, 2025
7 checks passed
@GooberRF GooberRF deleted the copilot/standardize-indentation-spaces branch December 27, 2025 03:50
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.

2 participants