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

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

Merge "debuggerd: add .clang-format."

am: c5a85f71

* commit 'c5a85f71':
  debuggerd: add .clang-format.
parents 053eba0b c5a85f71
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