Allow body-less loops on a single line

This commit is contained in:
Imbus 2024-08-07 16:07:05 +02:00
parent 67a2839d0a
commit fbfb728b8f

View file

@ -44,7 +44,7 @@ AlignTrailingComments:
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowBreakBeforeNoexceptSpecifier: Never
AllowShortBlocksOnASingleLine: Never
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortCompoundRequirementOnASingleLine: true
AllowShortEnumsOnASingleLine: true