================ @@ -4483,13 +4483,32 @@ struct FormatStyle { /// \version 3.5 bool SpaceAfterCStyleCast; - /// If ``true``, a space is inserted after the logical not operator (``!``). - /// \code - /// true: false: - /// ! someExpression(); vs. !someExpression(); - /// \endcode + /// Space after logical not operator options. + enum SpaceAfterNotOptions : int8_t { + /// Never insert a space after ``!``. ---------------- HazardyKnusperkeks wrote:
```suggestion /// Never insert a space after ``!`` or ``not``. ``` https://github.com/llvm/llvm-project/pull/150166 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits