Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / .clang-format
index f854e32c923ac59c8f83bf0a33d6b0bba42f83ab..8fcee64f873254026f520850185a7b610cb5a1c8 100644 (file)
@@ -35,7 +35,6 @@ BraceWrapping:
   SplitEmptyFunction: true
 BreakBeforeBinaryOperators: None
 BreakBeforeTernaryOperators: false
-BreakConstructorInitializers: AfterColon
 BreakStringLiterals: false
 ColumnLimit: 100
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
@@ -54,6 +53,7 @@ ForEachMacros:
   - '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.022579 seconds and 4 git commands to generate.