commit | 9cb56733c8dbb13d7238c7ec8f196d7d5aeb092c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Feb 25 02:06:14 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 25 02:06:15 2015 +0000 |
tree | b03d3b32e3819cfe30b7cf8d76f29bb830731ab4 | |
parent | fd9694eded24251230844d4c936004a87f4adc7f [diff] | |
parent | 65547d9d33cc78bd2d7d349d9db495bafcdd8ab1 [diff] |
Merge "Add .clang-format file."
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