Reformat all files changed in this branch relative to main.
Steps:
- Verify we are not on
main:git rev-parse --abbrev-ref HEAD - List the changed files for the user's awareness:
git diff --name-only main...HEAD - Run
make format-mainto reformat only those changed files