[build] clang format short func alignment

AllowShortBlocksOnASingleLine: Empty allow only an empty function body to be on the same line as the function declaration.
This commit is contained in:
Maxim Sharabayko
2019-12-18 12:27:38 +01:00
committed by Roman
parent 8bc739834a
commit 579bb766e2
+1 -1
View File
@@ -12,7 +12,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
# AllowShortCaseLabelsOnASingleLine: false
# AllowShortFunctionsOnASingleLine: All
AllowShortFunctionsOnASingleLine: Inline
# AllowShortIfStatementsOnASingleLine: false
# AllowShortLoopsOnASingleLine: false
# AlwaysBreakAfterDefinitionReturnType: None