Merge "fastboot: add .clang-format." am: d8ecde09c7

am: 5210031f9c

* commit '5210031f9c9873bbeca5f63af1ec22620590d2c1':
  fastboot: add .clang-format.
This commit is contained in:
Josh Gao 2016-01-19 23:06:32 +00:00 committed by android-build-merger
commit 163b83d01c

12
fastboot/.clang-format Normal file
View file

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