Merge "fastboot: add .clang-format."

am: d8ecde09c7

* commit 'd8ecde09c717ded786fde49855ba7347bc2b3910':
  fastboot: add .clang-format.
This commit is contained in:
Josh Gao 2016-01-19 23:04:07 +00:00 committed by android-build-merger
commit 5210031f9c

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