From e8719889d81c1d656252afb91d28a42ef50c8e2e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 22 Nov 2021 21:54:03 +0200 Subject: [PATCH] clang-format: tweaks --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index de25bbba..a3545491 100644 --- a/.clang-format +++ b/.clang-format @@ -15,7 +15,7 @@ AllowShortIfStatementsOnASingleLine: 'false' AllowShortLambdasOnASingleLine: 'All' AlwaysBreakAfterReturnType: 'TopLevelDefinitions' BraceWrapping: - BeforeLambdaBody: 'false' +BeforeLambdaBody: 'false' BinPackArguments: 'false' BinPackParameters: 'false' BreakBeforeBraces: 'WebKit' @@ -23,6 +23,7 @@ ColumnLimit: '100' Cpp11BracedListStyle: 'true' DerivePointerAlignment: 'false' IndentCaseLabels: 'false' +IndentGotoLabels: 'false' IndentWidth: '8' IndentAccessModifiers: 'false' KeepEmptyLinesAtTheStartOfBlocks: 'false'