am a80ae8b8: Merge "Add a .clang-format file."

* commit 'a80ae8b84812d69ca63647262ab888b2f40d55a0':
  Add a .clang-format file.
This commit is contained in:
Dan Albert 2015-08-24 20:02:15 +00:00 committed by Android Git Automerger
commit 8c6b0d164e

11
.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