[clang] [clang-format] Add SpaceAfterOperatorKeyword option (PR #137610)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 29 11:52:31 PDT 2025


================
@@ -1153,6 +1153,8 @@ template <> struct MappingTraits<FormatStyle> {
     IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot);
     IO.mapOptional("SpaceAfterTemplateKeyword",
                    Style.SpaceAfterTemplateKeyword);
+    IO.mapOptional("SpaceAfterOperatorKeyword",
----------------
HazardyKnusperkeks wrote:

And here.

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


More information about the cfe-commits mailing list