Skip to content

style: format main.h and resource.h; fix format workflow#51

Merged
KaiUR merged 3 commits into
mainfrom
develop
Jun 2, 2026
Merged

style: format main.h and resource.h; fix format workflow#51
KaiUR merged 3 commits into
mainfrom
develop

Conversation

@KaiUR
Copy link
Copy Markdown
Owner

@KaiUR KaiUR commented Jun 2, 2026

Summary

  • Apply clang-format to main.h and resource.h (missed in initial baseline pass due to PowerShell Get-ChildItem -Include quirk)
  • Fix format.yml to use separate -Filter passes for .c and .h so headers in the src/ root are never missed again

Test plan

  • Format CI should now pass

KaiUR and others added 3 commits June 2, 2026 23:34
Headers were missed in the initial baseline pass due to a PowerShell
Get-ChildItem quirk with -Include on a directory path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Use separate -Filter passes instead of -Include to avoid PowerShell
quirk that misses files in the root of the target directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@KaiUR KaiUR merged commit f7806ea into main Jun 2, 2026
4 checks passed
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.

1 participant