From: Josh Gao Date: Thu, 17 Dec 2015 03:51:24 +0000 (-0800) Subject: memory_replay: add .clang-format. X-Git-Tag: android-x86-8.1-r1~569^2~39^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=78b2815133c570eddd41e1b74ad7942fa4e477a8;p=android-x86%2Fsystem-extras.git memory_replay: add .clang-format. Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3 --- diff --git a/memory_replay/fast/.clang-format b/memory_replay/fast/.clang-format new file mode 100644 index 00000000..9b7478c0 --- /dev/null +++ b/memory_replay/fast/.clang-format @@ -0,0 +1,15 @@ +BasedOnStyle: Google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false + +ColumnLimit: 100 +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IndentWidth: 2 +ContinuationIndentWidth: 2 +PointerAlignment: Left +TabWidth: 2 +UseTab: Never +PenaltyExcessCharacter: 32 + +Cpp11BracedListStyle: false