From: Jérémie Galarneau Date: Wed, 12 Apr 2023 16:04:06 +0000 (-0400) Subject: clang-format: specify bitfield spacing to fit with the existing code X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f250b40e2179eccdb83766bf4abef5a35036c47b clang-format: specify bitfield spacing to fit with the existing code Change-Id: I46732823ad8341ca0e0c2e55b6b58e3e435f855a Signed-off-by: Jérémie Galarneau --- diff --git a/.clang-format b/.clang-format index 1d38b796e..fd362abba 100644 --- a/.clang-format +++ b/.clang-format @@ -17,6 +17,7 @@ AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false +BitFieldColonSpacing: None BreakBeforeBraces: Custom BreakConstructorInitializers: AfterColon BraceWrapping: