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

* commit 'f5f9dd572164d1b9cbd80b1b29cd8c42806ac715':
  Add .clang-format file.
This commit is contained in:
Dan Albert 2015-02-25 02:11:51 +00:00 committed by Android Git Automerger
commit 01eed2187c

11
adb/.clang-format Normal file
View file

@ -0,0 +1,11 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32