.clang-format: change a style

as discussed here: https://github.com/FreeCAD/FreeCAD/pull/6918#issuecomment-1186529217
This commit is contained in:
Uwe
2022-07-18 00:48:46 +02:00
parent a8d01fa6c6
commit 5048f14d60

View File

@@ -13,7 +13,7 @@ AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Always
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterReturnType: All
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: MultiLine
BreakBeforeBraces: Custom
BraceWrapping: