Merge "Add .clang-format file."

This commit is contained in:
Dan Albert 2015-02-25 02:06:14 +00:00 committed by Gerrit Code Review
commit f5f9dd5721

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