Open
Bug 1551246
Opened 6 years ago
Updated 3 years ago
[Automated review] clang-format wants to make a line too long
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: jfkthame, Unassigned)
Details
I thought the style guide called for a max length of 80 characters, aside from a few exceptional circumstances.[1]
In https://phabricator.services.mozilla.com/D30912#908883, the re-wrapping proposed by the clang-format patch makes the affected line 81 characters long, for no good reason that I can see.
[1] https://google.github.io/styleguide/cppguide.html#Line_Length
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•