OSDN Git Service

Merge "Back-port fixes for b/62196835" into nyc-dev am: 0b0834fbe8 am: 4fa8b51c0c...
[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