Skip to content

Conversation

@ReginaldWang
Copy link
Contributor

@ReginaldWang ReginaldWang commented Jan 6, 2026

Fix Column Limit Formatting

Problem and Scope

For issue #161, the character limit per line is too short. The code appears disjointed and ugly.

Description

Increase column limit to 200 should be sufficient. Lines with a long character count are now all in one line (for the files I checked) instead of broken up.

Gotchas and Limitations

I can increase the number if I find lines that are still disjointed.

Testing

  • HOOTL testing
  • HITL testing
  • Human tested

Testing Details

Inspecting a large collection of important files and verifying they look good, and that the format actions still runs

Larger Impact

Code readability

Additional Context and Ticket

Resolves #161

@dchansen06 dchansen06 marked this pull request as draft January 6, 2026 04:50
@dchansen06
Copy link
Contributor

dchansen06 commented Jan 6, 2026

From irl convo: Please look and make sure it seems like a good number in different areas

Please break into 2 PRs as well, thanks!

@dchansen06 dchansen06 linked an issue Jan 6, 2026 that may be closed by this pull request
@dchansen06 dchansen06 added this to the Monorepo Niceties milestone Jan 6, 2026
@dchansen06 dchansen06 added Documentation Improvements or additions to documentation Enhancement New feature or request GitHub Meta, anything related to or dealing with GitHub HOOTL Testing Having to do with or interacting with HOOTL testing Small Fry Something that is small, could include bug fixes or smaller changes 3 NORMAL Important but not really a priority labels Jan 6, 2026
@dchansen06
Copy link
Contributor

I rebased to catch up this with PR #169

@ReginaldWang ReginaldWang changed the title Set column limit to 120 in .clang-format Set column limit to 200 in .clang-format Jan 7, 2026
@ReginaldWang ReginaldWang marked this pull request as ready for review January 9, 2026 04:58
dchansen06
dchansen06 previously approved these changes Jan 9, 2026
Copy link
Contributor

@dchansen06 dchansen06 left a comment

Choose a reason for hiding this comment

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

I reviewed (way too many) and I am quite happy. There are a few areas where preprocessor defines could look better with multiline comment, but overall I am very happy with the fix. Please wait for me to merge this in to give warning time for others, thanks!

@dchansen06 dchansen06 merged commit 12036bd into main Jan 9, 2026
26 checks passed
@dchansen06 dchansen06 deleted the CI/CD branch January 9, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 NORMAL Important but not really a priority Documentation Improvements or additions to documentation Enhancement New feature or request GitHub Meta, anything related to or dealing with GitHub HOOTL Testing Having to do with or interacting with HOOTL testing Small Fry Something that is small, could include bug fixes or smaller changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Clang-Format Max Character Count Width

2 participants