OSDN Git Service

Merge "Import translations. DO NOT MERGE" into cw-f-dev am: 9f5e95f64e -s ours
[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