clang-format AllowShortIfStatementsOnASingleLine

This commit is contained in:
ouwou 2024-03-06 00:54:53 -05:00
parent 30b901b4df
commit 223181e745

View File

@ -10,7 +10,7 @@ AllowAllParametersOfDeclarationOnNextLine: 'false'
AllowShortBlocksOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Always
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: 'true'
AlwaysBreakAfterDefinitionReturnType: None