OSDN Git Service

Osu: fixed Mismatch between createFromParcel and writeToParcel
[android-x86/frameworks-base.git] / libs / androidfw / .clang-format
1 BasedOnStyle: Google
2 ColumnLimit: 100
3 AllowShortBlocksOnASingleLine: false
4 AllowShortFunctionsOnASingleLine: false
5 CommentPragmas: NOLINT:.*
6 DerivePointerAlignment: false
7 PointerAlignment: Left