xref: /aosp_15_r20/frameworks/native/.clang-format (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
5AllowShortFunctionsOnASingleLine: Inline
6AlwaysBreakBeforeMultilineStrings: false
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ConstructorInitializerIndentWidth: 6
10ContinuationIndentWidth: 8
11IndentWidth: 4
12PenaltyBreakBeforeFirstCallParameter: 100000
13SpacesBeforeTrailingComments: 1
14IncludeBlocks: Preserve
15
16DerivePointerAlignment: false
17PointerAlignment: Left
18