xref: /aosp_15_r20/system/incremental_delivery/.clang-format (revision 9190c2a8bd3622b7aa9bd7bfe4b3aec77820f478)
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
14