Add .clang-format file.

Not going to format the whole world just yet, but this helps for `git
clang-format`.

Change-Id: I482819419647e4c752d3b044bde8d637e1fae1e5
This commit is contained in:
Dan Albert 2015-02-24 16:56:39 -08:00
parent 5329d3fd54
commit 103c1be03f
1 changed files with 11 additions and 0 deletions

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