summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-12-16 19:51:24 -0800
committerJosh Gao <jmgao@google.com>2015-12-16 19:56:21 -0800
commit78b2815133c570eddd41e1b74ad7942fa4e477a8 (patch)
treea1c60c35cb7a1ead38c6a79cb2e105d1491c833b
parentd9f71f5ff33cd268d795f5ff6177f5dbfe5e3578 (diff)
downloadextras-78b2815133c570eddd41e1b74ad7942fa4e477a8.tar.gz
memory_replay: add .clang-format.
Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3
-rw-r--r--memory_replay/fast/.clang-format15
1 files changed, 15 insertions, 0 deletions
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