Merge "fastboot: add .clang-format."

This commit is contained in:
Josh Gao 2016-01-19 22:58:38 +00:00 committed by Gerrit Code Review
commit d8ecde09c7

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