Clean-up: consumer.hpp: coding style indentation fix
[lttng-tools.git] / .clang-format
index 1d38b796e8b0d90a7cfaad482981f26f56a51bea..28ea69873145dcb40b167d659a3b828b8968e9b8 100644 (file)
@@ -17,6 +17,7 @@ AlwaysBreakBeforeMultilineStrings: false
 AlwaysBreakTemplateDeclarations: Yes
 BinPackArguments: false
 BinPackParameters: false
+BitFieldColonSpacing: None
 BreakBeforeBraces: Custom
 BreakConstructorInitializers: AfterColon
 BraceWrapping:
@@ -51,6 +52,9 @@ ForEachMacros:
   - 'cds_lfht_for_each_duplicate'
   - 'cds_list_for_each_entry'
   - 'cds_list_for_each_entry_safe'
+  - 'for_each_action_mutable'
+  - 'for_each_action_const'
+  - 'cds_wfs_for_each_blocking_safe'
 
 IncludeBlocks: Regroup
 IncludeCategories:
This page took 0.023174 seconds and 4 git commands to generate.