================
@@ -6237,18 +6237,30 @@ the configuration (without a prefix: ``Auto``).
true: false:
x = ( int32 )y vs. x = (int32)y
- * ``bool InEmptyParentheses`` Put a space in parentheses only if the
parentheses are empty i.e. '()'
+ * ``bool InEmptyParentheses`` Put a space in parentheses and braces only if
they are empty i.e. '()' or '{}'
----------------
mydeveloperday wrote:
it feels to me like InEmptyParentheses should be parenthese only but
InEmptyBraces should inherit by default from InEmptyParentheses if its not
defined in the config?
https://github.com/llvm/llvm-project/pull/93634
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits