clang-format: specify bitfield spacing to fit with the existing code
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Apr 2023 16:04:06 +0000 (12:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Apr 2023 18:24:07 +0000 (14:24 -0400)
Change-Id: I46732823ad8341ca0e0c2e55b6b58e3e435f855a
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.clang-format

index 1d38b796e8b0d90a7cfaad482981f26f56a51bea..fd362abbad0ebdad4b06e147c7cb2cfa501e2a4e 100644 (file)
@@ -17,6 +17,7 @@ AlwaysBreakBeforeMultilineStrings: false
 AlwaysBreakTemplateDeclarations: Yes
 BinPackArguments: false
 BinPackParameters: false
+BitFieldColonSpacing: None
 BreakBeforeBraces: Custom
 BreakConstructorInitializers: AfterColon
 BraceWrapping:
This page took 0.024694 seconds and 4 git commands to generate.