-
-
Notifications
You must be signed in to change notification settings - Fork 0
Set column limit to 200 in .clang-format #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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! |
Signed-off-by: ReginaldWang <[email protected]>
Signed-off-by: ReginaldWang <[email protected]>
Updated .clang-tidy configuration with various checks and options. Signed-off-by: ReginaldWang <[email protected]>
|
I rebased to catch up this with PR #169 |
Signed-off-by: ReginaldWang <[email protected]>
Signed-off-by: ReginaldWang <[email protected]>
Signed-off-by: ReginaldWang <[email protected]>
dchansen06
left a comment
There was a problem hiding this 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!
Signed-off-by: Daniel Hansen <[email protected]>
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
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