2ed51d708e
Switch coding style to match SideEffects: None Test: compile Bug: 27405083 Change-Id: Id426d5c5e3b18f2ceec22b31bbc9781aabf6bcca
9 lines
197 B
YAML
9 lines
197 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
PenaltyExcessCharacter: 32
|
|
|
|
Cpp11BracedListStyle: false
|