Fix XAML formatting: consolidate Button closing tag to single line#3308
Merged
BornToBeRoot merged 2 commits intofeature/configure_backup_retentionfrom Feb 1, 2026
Merged
Conversation
5 tasks
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Address feedback on Automatic Profile and Settings backup PR
Fix XAML formatting: consolidate Button closing tag to single line
Feb 1, 2026
1db52f4
into
feature/configure_backup_retention
2 of 4 checks passed
mergify bot
pushed a commit
that referenced
this pull request
Feb 1, 2026
* Feature: Configure backup retention * Feature: Daily Backup * Feature: Add more backups before important operations * Feature: Create daily backup * Feature: Refactor ProfileManager to add properties to a ProfileFile * Docs: #3302 * Update Source/NETworkManager.Settings/SettingsInfo.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix: Wrong behaviour if null * Fix XAML formatting: consolidate Button closing tag to single line (#3308) * Initial plan * Fix: Consolidate Button closing tag to single line Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> * Remove trailing whitespace from SettingsSettingsView.xaml (#3307) * Initial plan * Remove trailing whitespace from SettingsSettingsView.xaml line 40 Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
Changes proposed in this pull request
SettingsSettingsView.xamlfrom multi-line to single-line formatRelated issue(s)
Related to #3302 (addressing review feedback from #3302)
Copilot generated summary
Provide a Copilot generated summary of the changes in this pull request.
Copilot summary
Fixed XAML formatting inconsistency where a Button element's closing tag was split across two lines with trailing whitespace. The closing
/>is now on the same line as the other attributes, matching the codebase's established formatting pattern.Before:
After:
To-Do
Contributing
By submitting this pull request, I confirm the following:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.