From 103c1be03f8ce8e4b12c1f194a7881d3381ea897 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 24 Feb 2015 16:56:39 -0800 Subject: [PATCH] Add .clang-format file. Not going to format the whole world just yet, but this helps for `git clang-format`. Change-Id: I482819419647e4c752d3b044bde8d637e1fae1e5 --- adb/.clang-format | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 adb/.clang-format diff --git a/adb/.clang-format b/adb/.clang-format new file mode 100644 index 000000000..2b83a1f41 --- /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