Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f606605 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

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
parent 94aabe47
Loading
Loading
Loading
Loading

logcat/.clang-format

0 → 100644
+11 −0
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: false

CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
PenaltyExcessCharacter: 32

Cpp11BracedListStyle: false
+260 −271

File changed.

Preview size limit exceeded, changes collapsed.

+300 −265

File changed.

Preview size limit exceeded, changes collapsed.