[clang] [clang-format] add an option to insert a space only for non-code block empty braces, not for empty parentheses (PR #93634)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Wed May 29 12:42:58 PDT 2024


================
@@ -4682,18 +4693,20 @@ struct FormatStyle {
 
     SpacesInParensCustom()
----------------
HazardyKnusperkeks wrote:

Maybe set the default of the webkit style, according to the webkit style guide?

https://github.com/llvm/llvm-project/pull/93634


More information about the cfe-commits mailing list