summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-12-18 21:36:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-18 21:36:14 +0000
commit584d0d68d9a1a0d2bd74e852c3570c6a415e9979 (patch)
tree7304054a4bf292ab4c9ed4a9360e043638dc6ff5
parentabf5656527ec767fdf306fbf703f73a10e4ae3d6 (diff)
parent78b2815133c570eddd41e1b74ad7942fa4e477a8 (diff)
downloadextras-584d0d68d9a1a0d2bd74e852c3570c6a415e9979.tar.gz
Merge "memory_replay: add .clang-format."
-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