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

Commit 01eed218 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am f5f9dd57: Merge "Add .clang-format file."

* commit 'f5f9dd57':
  Add .clang-format file.
parents 290a6b33 f5f9dd57
Loading
Loading
Loading
Loading

adb/.clang-format

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

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