From e54bbb8eaaf996cbcf49ce17da3d94ba5933070f Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Fri, 12 May 2023 13:46:01 +0200 Subject: [PATCH] update: change clang format config Signed-off-by: Andrea Terzolo --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 8d0d17d21d..49b2980340 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ BasedOnStyle: LLVM AccessModifierOffset: -8 BreakBeforeBraces: Allman BreakConstructorInitializers: AfterColon -ColumnLimit: 0 +ColumnLimit: 120 ConstructorInitializerIndentWidth: 8 ContinuationIndentWidth: 8 DerivePointerAlignment: true @@ -13,4 +13,4 @@ SortIncludes: false SpaceAfterTemplateKeyword: false SpaceBeforeCtorInitializerColon: false SpaceBeforeParens: Never -UseTab: Always \ No newline at end of file +UseTab: Always