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

Commit 1ed23507 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

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

* commit '01eed218':
  Add .clang-format file.
parents 5caa1907 01eed218
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