From 78b2815133c570eddd41e1b74ad7942fa4e477a8 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Wed, 16 Dec 2015 19:51:24 -0800 Subject: memory_replay: add .clang-format. Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3 --- memory_replay/fast/.clang-format | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 memory_replay/fast/.clang-format (limited to 'memory_replay') 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 -- cgit v1.2.3