X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=.clang-format;h=91a23c9b0be50b69540fc3604d115bb961528dc9;hp=fd362abbad0ebdad4b06e147c7cb2cfa501e2a4e;hb=HEAD;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/.clang-format b/.clang-format index fd362abba..8fcee64f8 100644 --- a/.clang-format +++ b/.clang-format @@ -35,7 +35,6 @@ BraceWrapping: SplitEmptyFunction: true BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false -BreakConstructorInitializers: AfterColon BreakStringLiterals: false ColumnLimit: 100 ConstructorInitializerAllOnOneLineOrOnePerLine: true @@ -52,6 +51,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: