clang  19.0.0git
Public Attributes | List of all members
clang::format::FormatStyle::SpacesInLineComment Struct Reference

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. More...
 
unsigned Maximum
 The maximum number of spaces at the start of the comment. More...
 

Detailed Description

If true, spaces may be inserted into C style casts.

This option is deprecated. See InCStyleCasts of SpacesInParensOptions.

Version
3.7 Control of spaces within a single line comment.

Definition at line 4578 of file Format.h.

Member Data Documentation

◆ Maximum

unsigned clang::format::FormatStyle::SpacesInLineComment::Maximum

The maximum number of spaces at the start of the comment.

Definition at line 4582 of file Format.h.

Referenced by clang::format::FormatStyle::operator==().

◆ Minimum

unsigned clang::format::FormatStyle::SpacesInLineComment::Minimum

The minimum number of spaces at the start of the comment.

Definition at line 4580 of file Format.h.

Referenced by clang::format::FormatStyle::operator==().


The documentation for this struct was generated from the following file: