Update .clang-format to allow short functions in one line
Update .clang-format so that it allows short functions and constructors in a single line if it fits. Change-Id: I60788089fc7a4e2f4c4df6947368ebc0f3fa8c49
This commit is contained in:
parent
0a24fe44ae
commit
ce775929a6
@ -8,7 +8,7 @@ AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: true
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
BreakBeforeBinaryOperators: false
|
||||
|
Loading…
Reference in New Issue
Block a user