clang 20.0.0git
|
If true
, spaces may be inserted into C style casts.
More...
#include "clang/Format/Format.h"
Public Attributes | |
unsigned | Minimum |
The minimum number of spaces at the start of the comment. | |
unsigned | Maximum |
The maximum number of spaces at the start of the comment. | |
If true
, spaces may be inserted into C style casts.
This option is deprecated. See InCStyleCasts
of SpacesInParensOptions
.
unsigned clang::format::FormatStyle::SpacesInLineComment::Maximum |
The maximum number of spaces at the start of the comment.
Definition at line 4670 of file Format.h.
Referenced by clang::format::BreakableLineCommentSection::BreakableLineCommentSection(), and clang::format::FormatStyle::operator==().
unsigned clang::format::FormatStyle::SpacesInLineComment::Minimum |
The minimum number of spaces at the start of the comment.
Definition at line 4668 of file Format.h.
Referenced by clang::format::NamespaceEndCommentsFixer::analyze(), clang::format::BreakableLineCommentSection::BreakableLineCommentSection(), and clang::format::FormatStyle::operator==().