Merge "Align clang-format with the Checkstyle hook for short functions."

This commit is contained in:
Treehugger Robot
2023-05-10 15:30:25 +00:00
committed by Gerrit Code Review

View File

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