commit | f5f9dd572164d1b9cbd80b1b29cd8c42806ac715 | [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 | 5329d3fd54fa875bb7de78a8c40134cc63921c64 [diff] | |
parent | 103c1be03f8ce8e4b12c1f194a7881d3381ea897 [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