summaryrefslogtreecommitdiff
path: root/memory_replay
diff options
context:
space:
mode:
Diffstat (limited to 'memory_replay')
-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