From b0d7600970d2fdb1eb6fff813c7336ea34d4e228 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 28 Aug 2026 22:22:24 +0200 Subject: Indent tweaks --- server/.clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/.clang-format') diff --git a/server/.clang-format b/server/.clang-format index 8e74797..1755757 100644 --- a/server/.clang-format +++ b/server/.clang-format @@ -93,7 +93,7 @@ BinPackArguments: true BinPackLongBracedList: true BinPackParameters: BinPack BitFieldColonSpacing: Both -BracedInitializerIndentWidth: -1 +BracedInitializerIndentWidth: 2 BraceWrapping: AfterCaseLabel: true AfterClass: true @@ -144,7 +144,7 @@ ColumnLimit: 80 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerIndentWidth: 2 -ContinuationIndentWidth: 2 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: AlignFirstComment DerivePointerAlignment: false DisableFormat: false -- cgit v1.3