.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 b16f03ec02
commit 17528eb1ca

View File

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