The new clang-format option (since 17) can remove redundant parentheses
in the return statement (with configuration value ReturnStatement).
Standard: Cpp11
ContinuationIndentWidth: 8
ForEachMacros: [ 'cds_lfs_for_each', 'cds_lfs_for_each_safe', 'cds_list_for_each_entry_safe', 'ISC_LIST_FOREACH', 'ISC_LIST_FOREACH_SAFE', 'ISC_LIST_FOREACH_REV', 'ISC_LIST_FOREACH_REV_SAFE' ]
+RemoveParentheses: ReturnStatement
PenaltyExcessCharacter: 100
Standard: Cpp11
ContinuationIndentWidth: 8
+RemoveParentheses: ReturnStatement