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

Commit 93621bbf authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

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

am: b4362070

* commit 'b4362070':
  debuggerd: add .clang-format.
parents cb601eb9 b4362070
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