xref: /aosp_15_r20/frameworks/native/libs/tracing_perfetto/.clang-format (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 80
6ContinuationIndentWidth: 4
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 2
10PointerAlignment: Left
11UseTab: Never
12PenaltyExcessCharacter: 32