[skip ci] .clang-format: shorthand loops

- disallow as we did before we had this format file
This commit is contained in:
Uwe
2022-11-22 02:58:47 +01:00
parent 5f9afef268
commit 3c855f475d

View File

@@ -12,7 +12,7 @@ AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: MultiLine
BreakBeforeBraces: Custom