5f606605ed
- Android coding standard compliance with an eye to reducing merge impact. - resolve a few misbehaviors in logcat_test. SideEffects: none Test: gTest logcat-unit-tests Bug: 35326290 Change-Id: I63d0667ad34c0df11086a6ffe94b7030430b865b
11 lines
224 B
YAML
11 lines
224 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
PenaltyExcessCharacter: 32
|
|
|
|
Cpp11BracedListStyle: false
|