clang-format: Raise column limit to 110
100 causes too much diff churn w.r.t. current code style "120 cols would be nuisance for us because our two-column layout is exactly 118 wide (not counting the line number margin)" "Ours is exactly 118 too" Change-Id: Ifc7f21003e1011a17a1d799afaee775aeb927fd5
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ BreakAfterAttributes: Always
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBraces: Custom
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 110
|
||||
EmptyLineAfterAccessModifier: Leave
|
||||
EmptyLineBeforeAccessModifier: Leave
|
||||
FixNamespaceComments: false
|
||||
|
||||
Reference in New Issue
Block a user