xref: /aosp_15_r20/system/linkerconfig/.clang-format (revision e5eeaa8e05bc25a862c0c861bda7c8a6bfb42dad)
1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never
11PenaltyExcessCharacter: 32
12
13BinPackArguments: false
14AllowAllParametersOfDeclarationOnNextLine: false
15
16IncludeBlocks: Preserve