struct FormatStyle::SpacesInLineComment

Declaration

struct FormatStyle::SpacesInLineComment { /* full declaration omitted */ };

Description

Control of spaces within a single line comment

Declared at: clang/include/clang/Format/Format.h:3670

Member Variables

public unsigned int Minimum
The minimum number of spaces at the start of the comment.
public unsigned int Maximum
The maximum number of spaces at the start of the comment.