Skip to content

Conversation

@nchapman
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 10, 2025 00:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request applies comprehensive code formatting across makefiles, shell scripts, JSON files, and Markdown documentation to standardize the codebase style. The changes are purely cosmetic, improving consistency and readability without altering functionality.

Key formatting improvements:

  • Makefiles: Standardized spacing around assignment operators (=, +=, :=) and conditional operators
  • Shell scripts: Unified redirection operators (> and >>) to have no space before the target
  • JSON/Markdown: Improved formatting for better readability (array formatting, table alignment)

Reviewed changes

Copilot reviewed 64 out of 165 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Multiple makefiles Added consistent spacing around =, +=, := operators (space before and after)
Multiple shell scripts Standardized redirect operators (>file instead of > file)
JSON files Reformatted arrays and object structures for readability
Markdown files Fixed table alignment and consistent formatting
makefile.qa Added extensive new formatting targets and tool checks

Note: All changes are formatting-only. No functional code modifications were made.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nchapman nchapman merged commit 73ec69a into develop Dec 10, 2025
4 checks passed
@nchapman nchapman deleted the feature/formatting branch December 10, 2025 02:00
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