clang
15.0.0git
|
Control of spaces within a single line comment. More...
#include "clang/Format/Format.h"
Public Attributes | |
unsigned | Minimum |
The minimum number of spaces at the start of the comment. More... | |
unsigned | Maximum |
The maximum number of spaces at the start of the comment. More... | |
unsigned clang::format::FormatStyle::SpacesInLineComment::Maximum |
The maximum number of spaces at the start of the comment.
Definition at line 3669 of file Format.h.
Referenced by clang::format::FormatStyle::operator==().
unsigned clang::format::FormatStyle::SpacesInLineComment::Minimum |
The minimum number of spaces at the start of the comment.
Definition at line 3667 of file Format.h.
Referenced by clang::format::FormatStyle::operator==().