================ @@ -4463,6 +4463,14 @@ struct FormatStyle { /// \version 9 bool SpaceAfterLogicalNot; + /// If \c true, a space will be inserted after the ``operator`` keyword. ---------------- MightyFilipns wrote: Fixed https://github.com/llvm/llvm-project/pull/137610