6c481b9a06
This option can cause the number of columns to exceed 100. Bug: 111310533 Test: NA Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37
11 lines
251 B
Text
11 lines
251 B
Text
BasedOnStyle: Google
|
|
AccessModifierOffset: -2
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 8
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
UseTab: Never
|