From: Unique-Usman Date: Wed, 6 Mar 2024 13:30:36 +0000 (+0530) Subject: Improve the formatting by adding AlignArrayOfStructures and setting it to Right(right... X-Git-Tag: v256-rc1~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74231727470bdb90d8aca4060643934622beb8b;p=thirdparty%2Fsystemd.git Improve the formatting by adding AlignArrayOfStructures and setting it to Right(right justify) --- diff --git a/.clang-format b/.clang-format index fe360a648bd..5377abc23ee 100644 --- a/.clang-format +++ b/.clang-format @@ -26,6 +26,7 @@ --- AccessModifierOffset: -4 AlignAfterOpenBracket: AlwaysBreak +AlignArrayOfStructures: Right AlignEscapedNewlines: Left AlignOperands: false AllowShortFunctionsOnASingleLine: None