Skip to content

Commit 78b2815

Browse files
committed
memory_replay: add .clang-format.
Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3
1 parent d9f71f5 commit 78b2815

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

memory_replay/fast/.clang-format

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
BasedOnStyle: Google
2+
AllowShortBlocksOnASingleLine: false
3+
AllowShortFunctionsOnASingleLine: false
4+
5+
ColumnLimit: 100
6+
CommentPragmas: NOLINT:.*
7+
DerivePointerAlignment: false
8+
IndentWidth: 2
9+
ContinuationIndentWidth: 2
10+
PointerAlignment: Left
11+
TabWidth: 2
12+
UseTab: Never
13+
PenaltyExcessCharacter: 32
14+
15+
Cpp11BracedListStyle: false

0 commit comments

Comments
 (0)