commit | 06626eff9dff27334d55b655d01580fa24a9b5fd | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Feb 25 05:33:34 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 25 05:33:35 2015 +0000 |
tree | b8c72bb3c0c19cc706a5218dbf6b586924a7069a | |
parent | 9cb56733c8dbb13d7238c7ec8f196d7d5aeb092c [diff] | |
parent | 9815c9f7cfb87c97fc5dceb2a4dcc62facf3e022 [diff] |
Merge "Move transport declarations into transport.h."
diff --git a/adb/.clang-format b/adb/.clang-format new file mode 100644 index 0000000..2b83a1f --- /dev/null +++ b/adb/.clang-format
@@ -0,0 +1,11 @@ +BasedOnStyle: Google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false + +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IndentWidth: 2 +PointerAlignment: Left +TabWidth: 2 +UseTab: Never +PenaltyExcessCharacter: 32