OSDN Git Service

memory_replay: add .clang-format.
authorJosh Gao <jmgao@google.com>
Thu, 17 Dec 2015 03:51:24 +0000 (19:51 -0800)
committerJosh Gao <jmgao@google.com>
Thu, 17 Dec 2015 03:56:21 +0000 (19:56 -0800)
Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3

memory_replay/fast/.clang-format [new file with mode: 0644]

diff --git a/memory_replay/fast/.clang-format b/memory_replay/fast/.clang-format
new file mode 100644 (file)
index 0000000..9b7478c
--- /dev/null
@@ -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