frameworks/base/libs/androidfw/.clang-format

8 lines
194 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
BasedOnStyle: Google
ColumnLimit: 100
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
PointerAlignment: Left