Promote stage -> main (XAML 2-space #22 + Android keyboard fix)#53
Merged
Conversation
) XAML has no required indent width; 4-space was just convention. Reindent all 12 XAML files from 4-space to 2-space: - structural nesting indent halved (N*4 -> N*2) - column-aligned multi-line attributes and comments re-aligned to the first attribute / comment text under the new (halved) structural indent - hanging-indent attribute lists (element name alone on its line) halved Pure whitespace change: 879 insertions / 879 deletions across the 12 files, every changed line a 1:1 leading-whitespace replacement (no content moved). Lock the convention so it stays 2-space: - .editorconfig: [*.{xaml}] indent_size 4 -> 2 - .vscode/settings.json: force 2-space for XML/XAML, detectIndentation off - .vscode/extensions.json: recommend EditorConfig so .editorconfig is honored - .gitignore: whitelist the two shared .vscode files (the dir was ignored) Verified four independent ways: a deterministic only-leading-whitespace gate (12/12), XML well-formedness (12/12), an independent adversarial per-file review (12/12, zero defects), and a CI-parity build where XamlC compiles every XAML (0 warn / 0 err) plus xUnit (176 passed). Closes #22 Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Promote develop -> stage (XAML 2-space #22 + Android keyboard fix)
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.
Promotes stage → main (production) via a merge commit — per the branch model (no squash, no back-merge). Gated on
Build + Test.Ships to production this cycle:
git diff -w), plus.editorconfig/.vscode/settings.json/.vscode/extensions.json/.gitignorelocking the 2-space convention for VSCodium. Verified four independent ways (deterministic gate, XML well-formedness, adversarial per-file review, CI build + 176 tests).df26d62) —EditorPage.xaml.cs,EditorViewModel.cs,MainActivity.cs,Resources/Raw/editor/index.html.Closes #22
🤖 Generated with Claude Code