Page MenuHomeFreeBSD

Set AlignTrailingComments in the clang-format config
ClosedPublic

Authored by arichardson on Sep 10 2020, 1:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 8:59 AM
Unknown Object (File)
Tue, Apr 9, 8:51 PM
Unknown Object (File)
Thu, Apr 4, 4:28 PM
Unknown Object (File)
Mon, Apr 1, 1:13 PM
Unknown Object (File)
Mar 19 2024, 1:24 PM
Unknown Object (File)
Mar 13 2024, 12:21 AM
Unknown Object (File)
Mar 13 2024, 12:21 AM
Unknown Object (File)
Mar 13 2024, 12:21 AM
Subscribers
None

Details

Summary

This seems to be fairly common in existing code and often looks better when
adding trailing comments to e.g. enumerators or array initializers.
See D26340 for more context.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33484
Build 30760: arc lint + arc unit

Event Timeline

arichardson created this revision.

I'm curious how well this works in practice (i.e., it's often difficult to simultaneously address aligned comments and line length limits) but this is probably the right choice.

This revision is now accepted and ready to land.Sep 10 2020, 1:56 PM