forked from OSchip/llvm-project
clang-format: Improve clang-format's documentation of ColumnLimit=0.
llvm-svn: 196297
This commit is contained in:
parent
a759848126
commit
7371092d25
|
@ -49,7 +49,7 @@ struct FormatStyle {
|
|||
///
|
||||
/// A column limit of \c 0 means that there is no column limit. In this case,
|
||||
/// clang-format will respect the input's line breaking decisions within
|
||||
/// statements.
|
||||
/// statements unless they contradict other rules.
|
||||
unsigned ColumnLimit;
|
||||
|
||||
/// \brief The maximum number of consecutive empty lines to keep.
|
||||
|
|
Loading…
Reference in New Issue