[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 03:13:17 +01:00
parent ad94f88217
commit 93c3ef7b2f
+1 -1
View File
@@ -12,7 +12,7 @@ AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: MultiLine
BreakBeforeBraces: Custom