logcat: Add coding style
- 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
This commit is contained in:
parent
94aabe47db
commit
5f606605ed
3 changed files with 571 additions and 536 deletions
11
logcat/.clang-format
Normal file
11
logcat/.clang-format
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
PenaltyExcessCharacter: 32
|
||||
|
||||
Cpp11BracedListStyle: false
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue