xref: /aosp_15_r20/frameworks/base/libs/androidfw/.clang-format (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1BasedOnStyle: Google
2ColumnLimit: 100
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7PointerAlignment: Left
8