OSDN Git Service

ANRdaemon: move trace result from /sdcard to /data am: d93aa41807
[android-x86/system-extras.git] / memory_replay / fast / .clang-format
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