Merge "Align clang-format with the Checkstyle hook for short functions." am: 68a7e2a941

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2507737

Change-Id: Iee23ad01f6cd4f8b0ab0c7012b38dbf706e1af9b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-05-10 16:06:12 +00:00
committed by Automerger Merge Worker

View File

@@ -2,7 +2,7 @@ BasedOnStyle: Google
AccessModifierOffset: -4
AlignOperands: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*