[clang] [clang-format] add an option to insert a space only for non-code block empty braces, not for empty parentheses (PR #93634)
Kohei Asano via cfe-commits
cfe-commits at lists.llvm.org
Wed May 29 20:01:45 PDT 2024
================
@@ -4682,18 +4693,20 @@ struct FormatStyle {
SpacesInParensCustom()
----------------
khei4 wrote:
Thanks for a good catch! I think more correspondence with [`.clang-format` ](https://github.com/WebKit/WebKit/blob/main/.clang-format) and `basedOnStyle: WebKit`, and WebKit style checker script requires more fixes, I may update other things later ;)
https://github.com/llvm/llvm-project/pull/93634
More information about the cfe-commits
mailing list