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

Commit 24851d01 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "debuggerd: add .clang-format." am: c5a85f71 am: b4362070

am: 93621bbf

* commit '93621bbf':
  debuggerd: add .clang-format.
parents b5d763b0 93621bbf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false

ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
ContinuationIndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32

Cpp11BracedListStyle: false