From 17528eb1ca0f6257cb2daa5d89c2e073f0974264 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 18 Jul 2022 00:48:46 +0200 Subject: [PATCH] .clang-format: change a style as discussed here: https://github.com/FreeCAD/FreeCAD/pull/6918#issuecomment-1186529217 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 82ee19c725..f6abc90133 100644 --- a/.clang-format +++ b/.clang-format @@ -13,7 +13,7 @@ AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: Always AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: true -AlwaysBreakAfterReturnType: All +AlwaysBreakAfterReturnType: None AlwaysBreakTemplateDeclarations: MultiLine BreakBeforeBraces: Custom BraceWrapping: