xref: /aosp_15_r20/system/extras/memory_replay/fast/.clang-format (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 2
9ContinuationIndentWidth: 2
10PointerAlignment: Left
11TabWidth: 2
12UseTab: Never
13PenaltyExcessCharacter: 32
14
15Cpp11BracedListStyle: false
16