frameworks/native/cmds/dumpsys/.clang-format

14 lines
288 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AccessModifierOffset: -2
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32