Forked from
Dhina17 / platform_frameworks_base
90581 commits behind the upstream repository.
-
Automerger Merge Worker authored
Merge "Merge "Align clang-format with the Checkstyle hook for short functions." am: 68a7e2a9 am: f622ebe7" into tm-qpr-dev-plus-aosp am: 1942925d Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2507737 Change-Id: Id9ff7aebc173652ecd041b47ed6bb6aca849d801 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Automerger Merge Worker authoredMerge "Merge "Align clang-format with the Checkstyle hook for short functions." am: 68a7e2a9 am: f622ebe7" into tm-qpr-dev-plus-aosp am: 1942925d Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2507737 Change-Id: Id9ff7aebc173652ecd041b47ed6bb6aca849d801 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.clang-format 461 B
BasedOnStyle: Google
AccessModifierOffset: -4
AlignOperands: false
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ConstructorInitializerIndentWidth: 6
ContinuationIndentWidth: 8
IndentWidth: 4
JavaImportGroups:
- android
- androidx
- com.android
- dalvik
- libcore
- com
- junit
- net
- org
- java
- javax
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1